SphereCommunity
problems with <call functionname> - Printable Version

+- SphereCommunity (https://forum.spherecommunity.net)
+-- Forum: Sphere 0.56d (/Forum-Sphere-0-56d)
+--- Forum: General Help (/Forum-General-Help)
+--- Thread: problems with <call functionname> (/Thread-problems-with-call-functionname)

Pages: 1 2


RE: problems with <call functionname> - Extreme - 09-07-2013 01:08 AM

PHP Code:
[FUNCTION HELLOWORLD]
CALL BLA
MESSAGE 
<LOCAL.1> <LOCAL.2>

[FUNCTION 
BLA]
LOCAL.1 'HELLO'
LOCAL.2 'WORLD' 
I think it works like this.
When you call any function, all 'locals' inside the function are readable now.