Changeset 116 for trunk/lingosource
- Timestamp:
- 01/25/08 00:01:53 (4 years ago)
- File:
-
- 1 edited
-
trunk/lingosource/castlib1/doCommandMovieScript.ls (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/lingosource/castlib1/doCommandMovieScript.ls
r113 r116 85 85 repeat with thisParam in theParams 86 86 87 theVal = value(thisParam) 87 ------- @@ is reserved to force treatment as string in any case 88 ------- sometimes (esp. svn commit messages) we do not want any evaluation of the parameter 89 if char 1 to 2 of string(thisParam) = "@@" then 90 thisParam = string(thisParam) 91 delete char 1 to 2 of thisParam 92 theVal = void 93 else 94 theVal = value(thisParam) 95 end if 96 97 88 98 if voidP(theVal) then 89 99 if (string(thisParam)).word.count > 0 then
Note: See TracChangeset
for help on using the changeset viewer.
