what is the best way to 'unset' a variable
what is the best way to 'unset' a variable
- Subject: what is the best way to 'unset' a variable
- From: Bill Hoffman <email@hidden>
- Date: Fri, 22 Mar 2002 19:02:26 -0800
I was just wondering if the net effect of each of these approaches to
'unsetting' a variable is the same, and if there is a 'preferred' choice
for some reason?
set x to ""
set x to 0
set x to null
set x to missing value
_______________________________________________
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.