Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 2 of 2 total
Thread inc and arrays
Sat, Jan 9 2016 6:24 AMPermanent Link

Ronald

Hi,

I have defined an array as follows:

arrAantalKinderenBouw     :array of integer=[30,30,30];

If I then do:

inc(arrAantalKinderenBouw[0]);

The compiler says: [Error]  Expected parameter name or variable name but instead found arrAantalKinderenBouw[0]

Is it not possible to use inc() on arrays?

Greetings,
Ronald
Sat, Jan 9 2016 9:48 AMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Ronald,

<< Is it not possible to use inc() on arrays? >>

You should be able to do so, so it's probably a bug.  I'll check it out.  We've got a new EWB build coming out early next week, so a fix will be included in that.

Tim Young
Elevate Software
www.elevatesoft.com
Image