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...
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...
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.