knowledge76
Registered User.
- Local time
- Tomorrow, 00:06
- Joined
- Jan 20, 2005
- Messages
- 165
HI friends,
I wonder whether it is possible to get variable name for a simple code like this
I can get the values of i but if i have a complicated strcuture aqnd I at specific time i WANT TO KNOW WHICH VARIABLE IS DELERING ME A VALUE HOW CAN I GET THE VARIABLE NAME AND ITS VALUE SIDE BY SIDE.
I know I can write "i is" & i but can I get the name of variable with code...
Thanks
I wonder whether it is possible to get variable name for a simple code like this
PHP:
i= 1
for i = 1 to 8
debug.print i
next i
I can get the values of i but if i have a complicated strcuture aqnd I at specific time i WANT TO KNOW WHICH VARIABLE IS DELERING ME A VALUE HOW CAN I GET THE VARIABLE NAME AND ITS VALUE SIDE BY SIDE.
I know I can write "i is" & i but can I get the name of variable with code...
Thanks