Bill Marriott wrote:
What I do want to know is how long it took you to type all those quotation marks.Isn't it obvious? on mouseup put quote into fld 2 repeat for each word loadedWord in fld 1 put loadedWord & quote & comma & space & quote after fld 2 end repeat put empty into char -1 of fld 2 end mouseup No real xTalk programmer would actually type all those "manually!" ;)
<Rises to challenge> replace space with quote & comma & space & quote in fld 1 put quote & fld 1 & quote into fld 1 </challenge> -- Jacqueline Landman Gay | [EMAIL PROTECTED] HyperActive Software | http://www.hyperactivesw.com _______________________________________________ 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
