TIB: Strings


[Prev][Next][Index][Thread]

TIB: Strings




How do you add a variable to a string? If I try D->Str1 I get an error,
so how do you do it?
I want this:

24 -> D
"ABC" -> Str1
Str1 + D -> Str1
Disp Str1

To display ABC24, not ABCD, and not give me any error. I know this is
simple, but I can't figure it out. And yes, I know I don't need the
"Disp", it just makes it more understandable.



Follow-Ups: