This script should do the trick:
repeat while (char 1 of myString = space)
delete char 1 of myString
end repeat
repeat while (char -1 of myString = space)
delete char -1 of myString
end repeat
_______________________________________________
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
