Changing case of variables
Changing case of variables
- Subject: Changing case of variables
- From: Steven Valenti <email@hidden>
- Date: Tue, 10 Feb 2004 14:59:00 -0500
A very basic question...
Does anyone know why you can't change the case of a variable after your
1st compile?
I'm working on older scripts that have the same variable names and when
I bring them
up it seems to change all of my variables in the newer scripts.
For example if you type:
set myVariable to "36"
Compile then try to change myVariable to MyVariable it always goes back
to myVariable
The only way I found to correct my case was to save out the script as a
text file, quit and restart the editor,
open the text document and make changes before you compile. Is there an
easier way in script debugger?
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.