Konoko
03-31-2002, 06:58 PM
Is it possible to concatenate 2 strings with "set"?
Something like
set msg_string string_a + string_b
where string_a and string_b are both string variables?
Or even
set msg_string string_a + "hello there" + string_b
I'm having problems. The out-dated macro manual says you can concatenate strings with the "+"
Doing something like the following works
message string_a string_b
but I'm trying to do something like
set msg_string "blah blah" + string_a + "hello there"
Any ideas, tips?
Is there a better place to look? Like an updated manual?
Thanks!
Konoko
Something like
set msg_string string_a + string_b
where string_a and string_b are both string variables?
Or even
set msg_string string_a + "hello there" + string_b
I'm having problems. The out-dated macro manual says you can concatenate strings with the "+"
Doing something like the following works
message string_a string_b
but I'm trying to do something like
set msg_string "blah blah" + string_a + "hello there"
Any ideas, tips?
Is there a better place to look? Like an updated manual?
Thanks!
Konoko