It´s possible use DIMDATA whit Types

Previous topic - Next topic

mentalthink

HI this night I need , only for commodity, use DIMDATA whit types, something like

Type SHOMETHING
id     ;
text ;
endtype

DIMDATA array[].id,1,2,3,4,5 

//But not works, I do something wrong?¿, and if not can use, it´s possible add this propertie for a new version, 11.x or more advanced...

MrTAToad

No, because the type wouldn't have been defined at DIMDATA.  It could be said that doing DIMDATA array[].id could automatically create an array of types, but I dont think Gernot would like to change the lexicon for the command :)

mentalthink