Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
I have created some variables, Like
Let vdate= Today(); Then load the script, Execution window shows the variable value.
Thank you.
Ram
the question is not that clear. do you mean you want to see the variable when the script is loading?
if so than you want to use the TRACE function.
make sure you close this function
so for you want to have something like this.
let vToday = today();
trace $(vToday);
the question is not that clear. do you mean you want to see the variable when the script is loading?
if so than you want to use the TRACE function.
make sure you close this function
so for you want to have something like this.
let vToday = today();
trace $(vToday);