Applescript question

James Spahr jsp at designframe.com
Mon Sep 2 19:17:01 PDT 2002


>       Can't make "</p>" into a number.

Silly Applescript thing :

set AppleScript's text item delimiters to "</p>" + return + "<p>"


+ is used to added numbers, '&' is used to join strings. So that line 
should be:

set AppleScript's text item delimiters to "</p>" & return & "<p>"

HTH

James.




More information about the OmniOutliner-Users mailing list