Why this?
Code: Select all
on mouseUp
set the xyz of me to "XYZ"
answer the xyz of me --Good, I get "XYZ"
put 10 into xyz
answer the xyz of me --Hmmm...empty
end mouseUp
Craig Newman
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller
Code: Select all
on mouseUp
set the xyz of me to "XYZ"
answer the xyz of me --Good, I get "XYZ"
put 10 into xyz
answer the xyz of me --Hmmm...empty
end mouseUp