Here's what my script *should* have said
repeat while the last char of temp is CR
   delete the last char of temp
end repeat
and if it has done, then it would have worked. But by mistake, I typed in
repeat while the last chr of temp is CR
   delete the last char of temp
end repeat
(Note the missing in the first line .... 'last chr' instead of 'last char' )

which doesn't ever delete that last character.

Shouldn't this have been a compilation error ?

-- Alex.

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

Reply via email to