- Timestamp:
- 01/25/08 00:14:46 (4 years ago)
- Location:
- branches/beta
- Files:
-
- 3 edited
-
HandlerMenu_OSC.dcr (modified) (previous)
-
HandlerMenu_OSC.dir (modified) (previous)
-
castlib1/doCommandMovieScript.ls (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/beta/castlib1/doCommandMovieScript.ls
r112 r118 87 87 repeat with thisParam in theParams 88 88 89 theVal = value(thisParam) 89 ------- @@ is reserved to force treatment as string in any case 90 ------- sometimes (esp. svn commit messages) we do not want any evaluation of the parameter 91 if char 1 to 2 of string(thisParam) = "@@" then 92 thisParam = string(thisParam) 93 delete char 1 to 2 of thisParam 94 theVal = void 95 else 96 theVal = value(thisParam) 97 end if 98 90 99 if voidP(theVal) then 91 100 if (string(thisParam)).word.count > 0 then … … 150 159 end 151 160 152
Note: See TracChangeset
for help on using the changeset viewer.
