On 5/18/06 3:58 PM, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote:
> Hi all, > > Is there a RunRev TRIM command? To remove beginning and/or trailing spaces. > If there is, I can't find it. > If there isn't, how would I script the function for this? The basic trim for both sides would be (assume you don't use non-breaking spaces) is: put word 1 to -1 of <string> into <var> HTH, Ken Ray Sons of Thunder Software Web site: http://www.sonsothunder.com/ Email: [EMAIL PROTECTED] _______________________________________________ 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
