Author | Message | ||
Emil_halim Ziron Beta Tester (send private message) Posts: 639 Topics: 104 Location: Alex, Egypt | [570] - posted: 2011-11-10 16:51:42 sorry , does Ziron detect thsose symbols & && || | i got that error
Code:
http://www.freewebs.com/ogremagic/index.htm | ||
Admin Site Admin (send private message) Posts: 933 Topics: 55 Location: OverHertz Studio | [571] - posted: 2011-11-10 17:07:53 & = zirAndSym && = taDoubleAndSym | = taPipe || = taDoublePipe i see your error - i sugest you check your code more often before posting it.... Code:
you are missing state... your out outputing the value of taAndSym - btw i've fixed this and changed them to zirAndSym. I sugest you change the framework file and replace ta to zir, ta is old test prefix. ps: Code:
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 | [572] - posted: 2011-11-10 20:48:17 ok , now it works good. 1- Ziron_RegisterUFunction & Ziron_CallUFunc , how can i make use of them. 2- is there a way to detect a function call in let expression , something like this Code:
http://www.freewebs.com/ogremagic/index.htm | ||
Admin Site Admin (send private message) Posts: 933 Topics: 55 Location: OverHertz Studio | [573] - posted: 2011-11-10 21:00:20 detecting a function call is Code:
not zirFunction... zirFunction is the keyword 'function' as for UFunc yes you can use them. Code:
instead of this... first you will need to save your function id's global scope, so outside of the function, accessible to the callbacks. Code:
and then in init.. Code:
then in your callbacks instead of executing a function call, you use the CallUFunc functions. so Code:
this would be something like.... Code:
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 | [574] - posted: 2011-11-10 21:21:08 ok ,i got it now, have a question to make things clear for me in my code Code:
at execution time it is exist with code, the function H_strcpy is part of code , so when you type this Code:
you just type code that will use the H_strcpy at run time. does Ziron_RegisterUFunction & Ziron_CallUFunc work the same way ? http://www.freewebs.com/ogremagic/index.htm | ||
Admin Site Admin (send private message) Posts: 933 Topics: 55 Location: OverHertz Studio | [575] - posted: 2011-11-10 21:28:22 yes it is the same except it is nameless so it does not interfere with users code... so if they have a h_strcpy it won't affect it... 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 | [576] - posted: 2011-11-10 21:29:28 zironProc does not make any difference , ziron does not detect function call . http://www.freewebs.com/ogremagic/index.htm | ||
Emil_halim Ziron Beta Tester (send private message) Posts: 639 Topics: 104 Location: Alex, Egypt | [577] - posted: 2011-11-10 21:30:42
very good , you are so smart. http://www.freewebs.com/ogremagic/index.htm |
Currently Active Users: There are currently 7 user(s) online. 0 member(s) and 7 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 |