Hey all,
I have this code that uses a cartridge return.
my vari("\r")
when I compile it becomes
my vari("
")
How do I make the carriage return actually retain the value but not go to the second line.
Hey all,
I have this code that uses a cartridge return.
my vari("\r")
when I compile it becomes
my vari("
")
How do I make the carriage return actually retain the value but not go to the second line.
my var(Return)
thanks that did it
When using AppleScript Editor you can go to preferences and change that behavior.