> Terry J. wrote:
> OK, thanks hh. It’s probably a little too clunky for my purpose
> (I don’t think I can expect users to manually replace placeholder
> characters with returns) but nice to know that there is a
> workaround of sorts.

If the webpage that receives the text (page) accepts 'styled' text
you could -- before delivering the text -- juggle with
   case RTFtext: \par, \line or \softline
   case HTMLtext: <p>, <br> or space
so that the copied text (if it's not too long) becomes one line
for using the Ask dialog??

hh
_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to