X
PrevPrev Go to previous topic
NextNext Go to next topic
Last Post 22 Mar 2008 04:27 PM by  anon
how to combine strings by IDL
 1 Replies
Sort:
You are not authorized to post a reply.
Author Messages

anon



New Member


Posts:
New Member


--
22 Mar 2008 04:27 PM
    Hello, everyone, new user here. Would you like to tell me how to combine strings? For example, a='idl' , b='is good' I want to get, c='idl is good'? is there any function? Thank you very much for your assistance. Mike

    Deleted User



    New Member


    Posts:
    New Member


    --
    22 Mar 2008 04:27 PM
    Mike: IDL follows an approach like Java's and many other languages: c = a + ' ' + b That is, the simple plus ('+') operator catenates strings James Jones
    You are not authorized to post a reply.