Hi friends,
this is my code..
PARMS.= ' '
DO I = 1 TO JOBS.0 /*working*/
PARSE VAR JOBS.I PARMS.I /*working*/
/*PARMS.I = JOBS.I*/ /*working*/
SAY PARMS.I /*working*/
END
DO I = 1 TO PARMS.0 /*NOT WORKING*/ :-(
SAY PARMS.I /*NOT WORKING*/
END
can anybody help me out of this ???
thanks,
Arun
this is my code..
PARMS.= ' '
DO I = 1 TO JOBS.0 /*working*/
PARSE VAR JOBS.I PARMS.I /*working*/
/*PARMS.I = JOBS.I*/ /*working*/
SAY PARMS.I /*working*/
END
DO I = 1 TO PARMS.0 /*NOT WORKING*/ :-(
SAY PARMS.I /*NOT WORKING*/
END
can anybody help me out of this ???
thanks,
Arun