ASK command problem [delete this post]
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller
ASK command problem [delete this post]
Using the ASK command, it looks like I'm getting an extra character more than what was entered.
Last edited by townsend on Sun Nov 01, 2015 11:53 pm, edited 2 times in total.
Re: ASK command oddity: numtochar(9)
Hi.
Not sure what you mean.
I get "3". It makes no difference if you fill out the field by hand.
So when you get this invisible character, what is its charToNum?
Craig Newman
Not sure what you mean.
Code: Select all
on mouseUp
ask "How many chars" with "XYZ"
put the length of it
end mouseUp
So when you get this invisible character, what is its charToNum?
Craig Newman
Re: ASK command oddity: numtochar(9)
Thanks Craig!
Just ran some isolated test. ASK command is fine.
My mistake. Other code was adding the extra character.
Just ran some isolated test. ASK command is fine.
My mistake. Other code was adding the extra character.