Changeset 10141
- Timestamp:
- 2005-06-17T10:50:27+12:00 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/gsdl/lib/display.cpp
r9950 r10141 1450 1450 else if (op == "<") result2 = (expstring1.getint() < expstring2.getint()); 1451 1451 else if (op == "<=") result2 = (expstring1.getint() <= expstring2.getint()); 1452 else if (op == "sw") result2 = (starts_with(expstring1,expstring2)); 1453 else if (op == "ew") result2 = (ends_with(expstring1,expstring2)); 1452 1454 1453 1455 // combine the results
Note:
See TracChangeset
for help on using the changeset viewer.