a-sais-pas
02-24-2003, 08:11 PM
hi,
I am sure that someone will be able to help me on that...
I would like to do the following:
parse a sentence and then put each word in a variable
for example, let's say I have I enter that sentence in a text field:
I am happy
What I would like to do is cut that sentence (the space is the type that indicates that one word in finished) and then allocate :
arg1 = "I";
arg2 = "am";...
Hope someone will help me
thanks a lot
a-sais-pas
I am sure that someone will be able to help me on that...
I would like to do the following:
parse a sentence and then put each word in a variable
for example, let's say I have I enter that sentence in a text field:
I am happy
What I would like to do is cut that sentence (the space is the type that indicates that one word in finished) and then allocate :
arg1 = "I";
arg2 = "am";...
Hope someone will help me
thanks a lot
a-sais-pas