Re: [fw-general] array elements in a .ini file

2010-02-28 Thread Bart McLeod
My guess would be that you can't do this using ini configuration. It is limited compared to custom OO forms. And correct documentation is hard to find. -Bart Op 25-2-2010 22:27, David Mintz schreef: On Thu, Feb 25, 2010 at 2:55 PM, Mike Wright wrote: Hi

Re: [fw-general] array elements in a .ini file

2010-02-25 Thread David Mintz
On Thu, Feb 25, 2010 at 2:55 PM, Mike Wright wrote: > Hi all, > > (3 hrs later) I know I've seen this explained before but searching for > non-alphanumeric characters just doesn't google and I can't find it again > anywhere. > > How do I specify within a config.ini file an element whose name may b

[fw-general] array elements in a .ini file

2010-02-25 Thread Mike Wright
Hi all, (3 hrs later) I know I've seen this explained before but searching for non-alphanumeric characters just doesn't google and I can't find it again anywhere. How do I specify within a config.ini file an element whose name may be an array? e.g. elements.test[].type = "text" ;doesn't