Re: newbie: string handling question
- From: "Al Dunbar" <AlanNOSPAmDrub@xxxxxxxxxxx>
- Date: Tue, 6 Dec 2005 21:38:49 -0800
"McKirahan" <News@xxxxxxxxxxxxx> wrote in message
news:j7adnbXQt5e99w7eRVn-uQ@xxxxxxxxxxxxxx
> In VBScript:
>
> string01 = "\\server01\p100_hplj4050$,winspool,Ne01"
> string02 = Left(string01,InStr(string01,","")-1)
or:
string01 = "\\server01\p100_hplj4050$,winspool,Ne01"
string02 = split(string01,",")(0)
/Al
.
- Follow-Ups:
- Re: newbie: string handling question
- From: mayayana
- Re: newbie: string handling question
- References:
- newbie: string handling question
- From: Tim Moor
- Re: newbie: string handling question
- From: McKirahan
- newbie: string handling question
- Prev by Date: Re: obshell.run hangs (2)
- Next by Date: Re: Script AD
- Previous by thread: Re: newbie: string handling question
- Next by thread: Re: newbie: string handling question
- Index(es):