Author | Message | ||
Admin Site Admin (send private message) Posts: 933 Topics: 55 Location: OverHertz Studio | [562] - posted: 2011-11-10 13:47:05 ps. Code:
Download Ziron Get free hosting for Ziron related fan-sites and Ziron projects, contact me in private message. | ||
Admin Site Admin (send private message) Posts: 933 Topics: 55 Location: OverHertz Studio | [563] - posted: 2011-11-10 14:29:28 OK, i've updated the beta package and i've added 2 new pf functions.... Ziron_RegisterUFunction This function is called with 1 parameter, your code for your function and returns a ufunc id, which you will need to store for later.. e.g. Code:
and then to call them is a new function. Ziron_CallUFunc This function takes 2 parameters, 1 is the U_ID and the second is the parameter code, this should be called as if calling a regular function only without a name, using the U_ID as first param instead. This function returns true when call is successful. e.g. Code:
and that's all there is too it, very simple Download Ziron Get free hosting for Ziron related fan-sites and Ziron projects, contact me in private message. | ||
Emil_halim Ziron Beta Tester (send private message) Posts: 639 Topics: 104 Location: Alex, Egypt | [564] - posted: 2011-11-10 16:02:51
this is strang, when plugin take the control it should handle the line as it wants , for example,suppose my basic plugin will handle 'str1' + 'str2' in deferent way as zrion do. how can i use those 2 new function in my pluhin? BTW , how to detect a function call inside a Let line , this does not work as wanted Code:
http://www.freewebs.com/ogremagic/index.htm | ||
Emil_halim Ziron Beta Tester (send private message) Posts: 639 Topics: 104 Location: Alex, Egypt | [565] - posted: 2011-11-10 16:19:42 so i can call like this Code:
http://www.freewebs.com/ogremagic/index.htm | ||
Admin Site Admin (send private message) Posts: 933 Topics: 55 Location: OverHertz Studio | [566] - posted: 2011-11-10 16:23:29
before the plug-in even gets control, Ziron has already folded constants, this is normal behavior and will not be changed. Download Ziron Get free hosting for Ziron related fan-sites and Ziron projects, contact me in private message. | ||
Emil_halim Ziron Beta Tester (send private message) Posts: 639 Topics: 104 Location: Alex, Egypt | [567] - posted: 2011-11-10 16:32:21 why Ziron can detect taAndSym just like + , .....etc http://www.freewebs.com/ogremagic/index.htm | ||
Admin Site Admin (send private message) Posts: 933 Topics: 55 Location: OverHertz Studio | [568] - posted: 2011-11-10 16:42:43 i don't understand your question, if you mean does it already, then yes, in the update i made it detects &, &&, | and || Download Ziron Get free hosting for Ziron related fan-sites and Ziron projects, contact me in private message. | ||
Emil_halim Ziron Beta Tester (send private message) Posts: 639 Topics: 104 Location: Alex, Egypt | [569] - posted: 2011-11-10 16:45:06 yes that what i meant. thanks. http://www.freewebs.com/ogremagic/index.htm |
Currently Active Users: There are currently 9 user(s) online. 0 member(s) and 9 guest(s) Most users ever online was 1046, January 28, 2022, 2:08 pm. Statistics: Threads: 225 | Posts: 1848 | Members: 51 | Active Members: 51 Welcome to our newest member, yecate |