OK.. I will start then..

Question:
The current script has -
Code:

IF 0=KEYEXIST($mses) AND 0=KEYEXIST($ppru)



and works fine..

Now, I am trying to change it to -
Code:

IF 0=KEYEXIST($profilelocation+'\'+$pp)



and seems to be pretty good logic.

However, if I check for $pp being null, it came back to bite me yesterday..
Code:

IF $pp=''
;... Generate the profile
;other code



Thanks,

Kent
_________________________
Utilize these resources:
UDFs (Full List)
KiXtart FAQ & How to's