Multi-line Button Names

Sarah Reichelt sarahr at genesearch.com.au
Sun Nov 21 17:58:28 EST 2004


>>>  set the label of btn "upload " to
>>> ("Upload" &cr& "to" &cr&  "Siddhi")
>> any reason for "cr" instead of "return"?
>
> Pure lazyness, i think...
>
> At least that's why i use it all the time ;-)
>
I know that Rev's CR does not give the standard CR character (ASCII 13) 
but I prefer the use of CR instead of return in string handling because 
return is used to sand back a value from a handler or function and I 
don't like having the same keyword mean two things in the same handler.

Sarah



More information about the use-livecode mailing list