delete variable
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
delete variable
I can not seem to use this command.
The dictionary shows it as Delete Global myvar[17]
The User manual shows it as Delete Variable myvar[17]
neither seems to work for me to delete an array element.
Is this a bug?
The dictionary shows it as Delete Global myvar[17]
The User manual shows it as Delete Variable myvar[17]
neither seems to work for me to delete an array element.
Is this a bug?
Developing with Windows XP & Revolution 4.5
In a button delete variable works fine, that I tested. In the message box it still fails.
That's ok as long as it works in the script.
I am just learning runrev and I use the message box to test my script sentences. I was not aware of these issues till now.
That's ok as long as it works in the script.
I am just learning runrev and I use the message box to test my script sentences. I was not aware of these issues till now.
Developing with Windows XP & Revolution 4.5
No, it works in the message box as well. But you need to use the multi-line message box option (the second icon in the toolbar), not the single line option. The single-line option only knows about its current context, not about anything that has happened in the past. Once you've typed return, that context is gone.