Changeset 800
- Timestamp:
- Oct 4, 2003, 6:00:27 PM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/misc/dllar.cmd
-
Property cvs2svn:cvs-rev
changed from
1.7
to1.8
r799 r800 244 244 do 245 245 iPos = pos(';', line); 246 if (iPos > 1) then 246 if (iPos > 1) then 247 247 line = strip(substr(line, 1, iPos - 1), 'T'); 248 248 line = line||' @'||ordinal||' NONAME'; … … 356 356 if (left(_tmp_, 1) = '"') | (left(_tmp_, 1) = "'") then 357 357 do 358 do while (i < words(cmdLine) & right(_tmp_, 1) \= left(_tmp_, 1))358 do while (i < words(cmdLine) & (length(_tmp_) <= 1 | right(_tmp_, 1) \= left(_tmp_, 1))) 359 359 i = i + 1; 360 360 if (_tmp_ = '') then -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.