02-05-2006, 06:12 AM
Gintaras thanks for the help with this, I do still have one more thing if you or anyone else could help with.
str s="Text"
int i=1
s.from("Text" i)
key (s)
'Y
'Sresponse
this is the sequence I am using within one of the functions to input some text for me. I also need it to loop with an increasing integer. I need the end result to be "Text10" and I need to be able to include the second line of text within the loop.
So the end result will be:
Text1
Response
Text2
Response
Text3
Response
str s="Text"
int i=1
s.from("Text" i)
key (s)
'Y
'Sresponse
this is the sequence I am using within one of the functions to input some text for me. I also need it to loop with an increasing integer. I need the end result to be "Text10" and I need to be able to include the second line of text within the loop.
So the end result will be:
Text1
Response
Text2
Response
Text3
Response
