Can some one (everyone?) try to compile the following code
if it compiles, please let me know, or let me know what you did to get
it to compile.
I have tried everything I can think of to get this to compile - and it
will not.
the following is a portion of a much larger case statement which fails
to compile throwing the error:
Did not expect the operator <
I can not figure out why...
Thanks in advace
Chip
Code:
C_POINTER($1;$Handle)
C_TEXT($formula)
C_LONGINT($i;$2;$Sort_Column;$3;$Direction;$Sze)
$Handle:=$1
$Direction:=$2
$Sort_Column:=$3
errutl_Start
$Sze:=Size of array($Handle->)
If ($Size<=12)
If ($Direction=Ascending)
Case of
: ($Size=1)
SORT ARRAY(($Handle->{1})->;>)
: ($Size=2)
SORT ARRAY(($Handle->{1})->;($Handle->{2})->;>)
: ($Size=3)
SORT ARRAY(($Handle->{1})->;($Handle->{2})->;($Handle->{3})->;>)
End case
End if
End if
---------------
Gas is for washing parts
Alcohol is for drinkin'
Nitromethane is for racing
**********************************************************************
4D Internet Users Group (4D iNUG)
Archive: http://lists.4d.com/archives.html
Options: https://lists.4d.com/mailman/options/4d_tech
Unsub: mailto:[email protected]
**********************************************************************