On Oct 12, 2004, at 6:36 AM, Pierre-Yves DUSSAIX wrote:
Hi,
I want to put a «check mark» character in a data cell of a table view :
set contents of data cell "check" of theRow to "x"
"x" stands for this "check mark" character : i can display it in this
mail.
Then when I ask for compiling the entire script the above line change
to :
set contents of data cell "check" of theRow to “3”
How can I say to Applescript Studio that is a special character ?
Two suggestions:
Declare it by Ascii Character. Inf act, you're probably better off
setting a value named 'checkmark' to the appropriate character, then
using that.
Alternatively, you can try putting pipes (|) around it, but I have a
feeling that might not work.