Ok, so try this one on for size. I've created a do/while loop in my program. For some reason when I run the program, it seems to skip right through the do/loop...this is what it looks like...
do
PSReturn = ehllapicopypstostring(start$,1,13)
loop while PSReturn <> 0
Ehllapi.. returns a 4 when it is waiting on the sytem (long story) and only fully copys the string in the system when PSReturn passes a 0. It's obviously passing a 4 in the program, but it doesn't stay within the loop. Anybody have these kind of problems? Is it possible that the the ehllapi.. is not passing the value quick enough???
-Brandon-
do
PSReturn = ehllapicopypstostring(start$,1,13)
loop while PSReturn <> 0
Ehllapi.. returns a 4 when it is waiting on the sytem (long story) and only fully copys the string in the system when PSReturn passes a 0. It's obviously passing a 4 in the program, but it doesn't stay within the loop. Anybody have these kind of problems? Is it possible that the the ehllapi.. is not passing the value quick enough???
-Brandon-