LightBulb MASTER
Joined: 28 Nov 2000 Posts: 4817 Location: USA
|
Posted: Tue Oct 15, 2002 7:01 pm |
The simplest answer would be to put them in different variables to start with.
Otherwise, you'll have to figure out some way of telling where string_1 ends and string_2 begins. ANSI control codes start with the escape character, you might be able to use that in conjunction with some of the string functions, such as %word or %pos.
LightBulb
Senior Member |
|