Sorry to keep this thread alive, but I have another request.

Single line IF statements.!

For example, how many people here need to use three lines to map a printer for a group...

code:

IF INGROUP("DPF01")
USE LPT3 "\\PRT_HO_SVR\DPF01"
ENDIF

Would it not be nicer to have...

code:

IF INGROUP("DPF01") THEN USE LPT3 "\\PRT_HO_SVR\DPF01"

It would mean that all those printer mapping scripts would be 1/3 smaller.!!

Just a thought


Wiz

[This message has been edited by Wizard (edited 19 February 2001).]

_________________________
Wizard
There's no place like 127.0.0.1

vb | kix | batch | html | cfm | js | english