Re: [Resolved - I think :) ] Help please - Compiling

2018-08-17 Thread Chip Scheide via 4D_Tech
one final note: The solution I used was tom John Poteat He got the code to compile by simply removing extra parentheses -- who would have thought REMOVING parens would make some thing work :) so - in the one line of code that would not compile: Original SORT ARRAY(($Handle->{1})->;($Handle->{2})

Help please - Compiling

2018-08-17 Thread Steven via 4D_Tech
g 2018 11:18:09 -0400 > From: Chip Scheide <4d_o...@pghrepository.org > <mailto:4d_o...@pghrepository.org>> > To: 4D iNug Technical <4d_tech@lists.4d.com <mailto:4d_tech@lists.4d.com>> > Subject: Help please - Compiling > Message-ID: <2018

[Resolved - I think :) ] Help please - Compiling

2018-08-17 Thread Chip Scheide via 4D_Tech
Replying to my own - THANKS everyone this is/was driving me MAD. I'll look into the offered suggestions and see which works best. The posted code is only a portion of what is going on, and is a little simplified (using fixed value for array element reference (i.e. {1}, {2} etc) What is odd-er

RE: Help please - Compiling

2018-08-17 Thread lists via 4D_Tech
v -Original Message- From: 4D_Tech <4d_tech-boun...@lists.4d.com> On Behalf Of Chip Scheide via 4D_Tech Sent: Friday, August 17, 2018 9:18 AM To: 4D iNug Technical <4d_tech@lists.4d.com> Cc: Chip Scheide <4d_o...@pghrepository.org> Subject: Help please - Compiling Can some

Re: Help please - Compiling

2018-08-17 Thread Dave Nasralla via 4D_Tech
Hi Chip, I"m using v17HF1 and it does not compile on the last sort. This does: 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->) C_Pointer($a;$b;$c) If ($Si

Re: Help please - Compiling

2018-08-17 Thread Koen Van Hooreweghe via 4D_Tech
Hi Chip, Typo? $Sze:=Size of array($Handle->) If ($Size<=12) $Sze is defined, $Size not. HTH Koen > Op 17 aug. 2018, om 17:18 heeft Chip Scheide via 4D_Tech > <4d_tech@lists.4d.com> het volgende geschreven: > > $Sze:=Size of array($Handle->) > > If ($Size<=12) Compa

Help please - Compiling

2018-08-17 Thread Chip Scheide via 4D_Tech
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 fail