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 IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. NRGman

    subscript out of range message received with Global Array CRV7

    I receive the following message upon report execution with a report developed with CRv7: "A subscript must be between 1 and the size of the array" The formula editor accepts the syntax of the formulas involved. Both formulas have the array explicitly defined as Global where it is...
  2. NRGman

    If Asc function returns Boolean value instead of number string

    I've added the STEP command to the formula, but it still returns a Boolean value. Below is the current formula. Does this Asc function actually return a whole number as documented or just a Boolean value? NumberVar i6; stringVar Coutput6 := ""; NumberVar CurJune:=0; For i6:=1 To...
  3. NRGman

    If Asc function returns Boolean value instead of number string

    What is the significance of STEP / STEP 1? Is it a keyword or function? What does it do for the formula?
  4. NRGman

    If Asc function returns Boolean value instead of number string

    The formula's purpose is to extract numeric characters out of a character string that includes '$' and ',' (as well as spaces) Here's the formula again: NumberVar i; stringVar outputcur := ""; **commented out**NumberVar finalcur:=0; For i:=1 To Length({@Current Year's YTD...
  5. NRGman

    If Asc function returns Boolean value instead of number string

    The below formula, copied off Crystal Decisions website (and customized)returns a Boolean value instead of the expected numeric string. NumberVar i; stringVar outputcur := ""; //NumberVar finalcur:=0; For i:=1 To Length({@Current Year's YTD Calculation}) Do If Asc({@Current...

Part and Inventory Search

Back
Top