Re: newbie: string handling question

Tech-Archive recommends: Speed Up your PC by fixing your registry



In VBScript:

string01 = "\\server01\p100_hplj4050$,winspool,Ne01"
string02 = Left(string01,InStr(string01,","")-1)


.