How do I format a handler in the use-List?
J. Landman Gay
jacque at hyperactivesw.com
Mon Apr 27 02:33:15 EDT 2020
On 4/26/20 2:20 PM, dunbarx--- via use-livecode wrote:
> Try as I might, I cannot format a handler example copied from the SE. The result is always run-on, even though I add spaces and returns where appropriate. The text seems readable when I send, but reverts to a run-on string when I read in the list.
> Why is this so much more difficult than the forum?
> Is AOL the culprit?
Maybe. The list may be expecting different line endings than AOL provides. What we usually see
when people paste here from the SE is a bunch of markup symbols, but the carriage returns
generally come through okay.
Here's a copy/paste test from my LC editor, let's see what happens:
on mouseUp
hide me
end mouseUp
--
Jacqueline Landman Gay | jacque at hyperactivesw.com
HyperActive Software | http://www.hyperactivesw.com
More information about the use-livecode
mailing list