Check that you have not declared one of the arrays as 2 dimensional
somewhere else in the code.
A 2 dimensional array is defined something like:
Array Text(ArrayName;0;0)
instead of simply:
Array Text(ArrayName;0)
Kind Regards,
*********************************************************************
Bill Leddy
On Feb 7, 2008, at 8:06 AM, Oliver, Bonita J. (SSC-NASA)[Computer
Sciences Corp] wrote:
> Here is my line of code.....
>
> SELECTION TO
> ARRAY([Contacts]FullName;Name;[Contacts]Phone;Phone;[Contacts]
> Email;Emai
> l;[OrgInfo]Code;Code;[Contacts]CivilServant;CS;[Contacts]
> Date_Last_Surve
> yed;LastSurveyDate)
>
> I am getting an error stating "Changing the number of dimensions in an
> array". What does this mean?
**********************************************************************
4D Basics hosted by 4D, Inc.
http://www.4D.com/Did you know? The 4D Partner Program now gives you
access to Hotfix releases as soon as they are available!
To learn more, go to
http://www.4D.com/support/partner.htmlTo Unsubscribe: mailto:
4DBasics-off@...
**********************************************************************