SD has the wrong output

Mark,

In the lines below an NSNumber displays a “YES” when a number should be shown. Using SD7 7A40.

use framework "Foundation"

set TheNumber1 to current application's (NSNumber's numberWithChar:100) --> (NSNumber) YES
set TheNumber2 to current application's (NSNumber's numberWithChar:100) as integer --> 100

That’s interesting. I can see how it’s happening, and it raises an interesting issue. But in the real world, there is no reason to use numberWithChar: because AppleScript doesn’t have chars.

@BillKopp, this is fixed in 7.0.1.