You are welcome. Er, my offering IS a one liner. Craig
-----Original Message----- From: Rick Harrison via use-livecode <[email protected]> To: How to use LiveCode <[email protected]> Cc: Rick Harrison <[email protected]> Sent: Mon, Apr 27, 2020 12:20 am Subject: Re: Wildcard? replaceText, offset? Thanks for the suggestions! I was hoping that perhaps there was a very simple one liner or character that would do it for me. I think I have a solution now. Rick > On Apr 26, 2020, at 3:15 PM, dunbarx--- via use-livecode > <[email protected]> wrote: > > on mouseUpput offset("(",yourString) into startCharput offset(")", > yourString) into endCharput random(999) into char (startChar + 1) to (endChar > -1) of yourStringend mouseUp _______________________________________________ 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 _______________________________________________ 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
