EU feature request / Reset procedure
Hey Rob!
I was noticing, euphoria is missing something REALLY nice.
It would be nothing short of AWESOME if you could implement a reset
procedure.
I.e.:
include win32lib.ew
-- code creation stuff
procedure restart_onClick(integer self, integer event, sequence params)
reset() -- Exw does any internal cleanup routines
--(as tho i had exited out of the program)
-- and then reloads the program from the
files
-- on the hard drive and begins execution
end procedure
setHandler(restart, w32HClick, routine_id("restart_onClick"))
WinMain(Window1,Normal)
That would be really nice. It would also be nice if you could come up
with SOME way of getting pointers to existing variables. I would also like
define(sequence x, sequence whattype), isdefined(sequence x), and
setval(sequence x, object val).
This would allow for:
1.) Defining a variable by name of the var and name of the type,
2.) Testing to see if a variable has been defined, and
3.) Setting the value of a variable based on name.
What do you think?
William Heimbigner
icxcnika at hotpop.com
Visit the UBoard - Forceful Signups Removed! -
http://uboard.proboards32.com - Threaded discussion, improved searching,
human moderating, graphical smileys, better formatting abilities (now what
else was there...)
Visit my website: http://www.geocities.com/icxcnika123
|
Not Categorized, Please Help
|
|