Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by lanny93

  1. lanny93

    SHIFT @ARRAY

    It does not process the loop after the blank, zero, or null value
  2. lanny93

    SHIFT @ARRAY

    This is the exact code... It stops at blanks, nulls, or zero while ($prm = shift @parms) { $SqlStatement = "INSERT INTO GJBPRUN (GJBPRUN_JOB, GJBPRUN_ONE_UP_NO, GJBPRUN_NUMBER, GJBPRUN_ACTIVITY_DATE, GJBPRUN_VALUE, GJBPRUN_LABEL)"; $SqlStatement = $SqlStatement . "VALUES...
  3. lanny93

    SHIFT @ARRAY

    I have this statement($prm = shift @parms) What happens is the shift stops when it gets to a null, blank value or a zero .... It does not shift all the parameters. Why? they values in the array may be ALUMNI 1999 BLANK TCU_REC_DUESMAG Y Y. It will only read up to the blank. What can I pass to...

Part and Inventory Search

Back
Top