View Single Post
Quote:
Originally Posted by whpalmer4 View Post

See if this works any better for you...


if ofPriority ≤ length of priorityString then
set priority of t to (character ofPriority of priorityString)
end if

[/code]
Very strange. There must be something wrong on my computer. Perhaps a system font that is missing?

That line:
Code:
		if ofPriority ≤ length of priorityString then
Displays as
Code:
		if ofPriority ² length of priorityString then
In my AppleScript editor. The ≤ is replaced with a superscript 2 (²). What could cause that?