Changeset 83 for trunk/gui/shared
- Timestamp:
- Feb 20, 2019, 6:30:47 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/gui/shared/PrManUtl.VRS
r77 r83 357 357 /*:VRX PrinterExistsInDRV 358 358 */ 359 /* Determine if the specified PrinterPak driver already contains support 359 /* DEPRECATED: do not use 360 * Determine if the specified PrinterPak driver already contains support 360 361 * for the specified printer model. 361 362 * … … 384 385 start = 1 385 386 found = '' 386 DO WHILE ( found == 0) & ( start < total_len )387 DO WHILE ( found == '') & ( start < total_len ) 387 388 _strend = POS('0'x, exist_models, start ) 388 389 IF _strend == 0 THEN LEAVE
Note:
See TracChangeset
for help on using the changeset viewer.