rex_fnParam2array
Introduction
Create an array and dump parameters of current function into this array.
It is useful if user need to preserve parameters of function after system action: wait , or wait for signal.
(the parameter values will not be preserved after any wait action, user need to save them manually.)
Create an array and dump parameters of current function into this array.
It is useful if user need to preserve parameters of function after system action: wait , or wait for signal.
(the parameter values will not be preserved after any wait action, user need to save them manually.)
Usage
Sample capx
Sample capx
Call "Action:Dump parameters into a new array" to
- create an array object.
- push parameters of current function call into this new array object.