On 8/10/17 7:42 PM, Monte Goulding via use-livecode wrote:
Over on the Parent of Target thread we are discussing local var access so I 
wonder if this is a useful common pattern:

local s<Something>

command set<Something> p<Something>
    put p<Something> into s<Something>
end set<Something>

function get<Something>
    return s<Something>
end get<Something>

Yes, I use that a lot.

--
Jacqueline Landman Gay         |     jac...@hyperactivesw.com
HyperActive Software           |     http://www.hyperactivesw.com

_______________________________________________
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