EXECUTE FORMULA should do the trick.

For ($i;1;17)
        $s:="ARRAY REAL(aANA_"+String($i)+";0)"
        EXECUTE FORMULA($s)
End for 

Jeremy

Jeremy Roussak
j...@mac.com



> On 6 Oct 2017, at 09:57, stardata.info via 4D_Tech <4d_tech@lists.4d.com> 
> wrote:
> 
> Hi All,
> 
> I need to create 20 arrays that have a similar name.
> I can do this using the pointers?
> I try with this code, but in compiled mode not work.
> 
> For ($I;1;17)
> $vPoint:=Get pointer("aAna_"+String($I))
> ARRAY REAL("aAna_"+String($I);0)
> End for
> 
> Have suggestions?
> 
> Thanks
> Ferdinando
**********************************************************************
4D Internet Users Group (4D iNUG)
FAQ:  http://lists.4d.com/faqnug.html
Archive:  http://lists.4d.com/archives.html
Options: http://lists.4d.com/mailman/options/4d_tech
Unsub:  mailto:4d_tech-unsubscr...@lists.4d.com
**********************************************************************

Reply via email to