I'm a bit confused. I'm trying to get a three digit number out of a scrollbar by using the "numberformat" but for some reason it won't work? Any ideas? Here's my code:
Code: Select all
on mouseUp
set the numberformat to "000"
put the thumbPosition of scrollbar "scrollbar" into myVar
set the numberformat to "000"
answer myVar
end mouseUp
Jim H