Hi, newbie question ;-) Can anyone tell me how I can add a character to a string? Also, I'm a little confused as to whether a string is an array of characters (there seems to be conflicting opinions on this).
Effectively I want to do something like
string$="Hell"
string$:+"o"
Any help appreciated!
Effectively I want to do something like
string$="Hell"
string$:+"o"
Any help appreciated!