Hi folks...I have a script with about 6 + functions in them that gets activated by pressing ONE button in a while/wend loop.
This $Button has a function that it calls .i.e. Start()...
the Start() now calls OTHER functions .i.e. Start2(), Start3(), etc, ...each doing its own thing...
Sometimes (from within a function ), i need to RE-press the $Button variable to give me a certain result. Is there a way to RE-press the $Button WITHIN a function, WITHOUT having to "click" on the button again? (basically i want the button to be pressed by itself)
PS: ALL my functions are outside my while-wend
tia
This $Button has a function that it calls .i.e. Start()...
the Start() now calls OTHER functions .i.e. Start2(), Start3(), etc, ...each doing its own thing...
Sometimes (from within a function ), i need to RE-press the $Button variable to give me a certain result. Is there a way to RE-press the $Button WITHIN a function, WITHOUT having to "click" on the button again? (basically i want the button to be pressed by itself)
PS: ALL my functions are outside my while-wend
tia