Is this perfectly rational (revolution-wise of course)?

If I do

put empty into myText
put "aa" into item 1 of myText
put "bb" into item 2 of myText
answer myText

I get (as expected)
"aa,bb"

while, if I do

put empty into myText
put "aa" into word 1 of myText
put "bb" into word 2 of myText
answer myText

I get
"aabb"
(while I would expect "aa bb").

?


this is revStudio 3.5 gm-2 (and maybe my brains are still in HC)

François

_______________________________________________
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to