I just put this in and it will be a great help I think in setting up and testing further apps.
Thanks Mike, Tom -- Tom McGrath III http://lazyriver.on-rev.com [email protected] On Apr 16, 2013, at 4:17 PM, Mike Kerner <[email protected]> wrote: > Here's the code I put in the token field: > > on closeField > put 1 into i > repeat while i<= the number of characters in me > if char i of me is not in "0123456789abcdefABCDEF" then > delete char i of me > else -- char i of me is hex > add 1 to i > end if -- char i fo me is not in..... > end repeat --while i<= the number of characters in me > end closeField _______________________________________________ use-livecode mailing list [email protected] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode
