I am running A97 SR-2.
The InStr function is not working per my understanding of the documentation, so I am wondering if I am doing something incorrect or if there is another issue lurking.
[tt]
strCurRec = "BOBS */BOB-###-.75 20 ATT PREF /BARNEYEE /CATE=BARNEY =0 =0 =0 $* */PA11112 01324"
intPos = InStr(61, strCurRec, " $* "
[/tt]
I would expect [tt]intPos[/tt] to equal 77, but it is 137. Which means that the 61 indicated as the first arguement is not relavent to the function.
Has anyone seen this before? Can anyone help?
tia,
GGleason
The InStr function is not working per my understanding of the documentation, so I am wondering if I am doing something incorrect or if there is another issue lurking.
[tt]
strCurRec = "BOBS */BOB-###-.75 20 ATT PREF /BARNEYEE /CATE=BARNEY =0 =0 =0 $* */PA11112 01324"
intPos = InStr(61, strCurRec, " $* "
[/tt]
I would expect [tt]intPos[/tt] to equal 77, but it is 137. Which means that the 61 indicated as the first arguement is not relavent to the function.
Has anyone seen this before? Can anyone help?
tia,
GGleason