DIM documentation page

Forum for discussion about the documentation project.
Post Reply
fxm
Moderator
Posts: 12081
Joined: Apr 22, 2009 12:46
Location: Paris suburbs, FRANCE

DIM documentation page

Post by fxm »

'Recently changed pages' from Documentation:
Edited by JoeKing ["Variable length arrays can't use initializers" -- appended ", unless declared using the ellipsis (see below)."unless declared using the ellipsis (see below)."]

=> Variable length arrays can't use initializers, unless declared using the ellipsis (see below).
I cancelled this adding (in red) because if an array is declared with an ellipsis, it is declared as fixed length (fixed by the initializer) and not as variable length.
Post Reply