Is it possible to do something like this in Blitz ? :
It doesn't work properly, I guess there is something more to initialize (New) . Thanks for any hint.
Type Colum Field Y[4] End Type Type Types Field X.Colum[4] End Type Type StoneInfo Field Mode.Types[4] Field Colour% Field pX% Field pY% Field pStart% End Type test.StoneInfo=New StoneInfo test\Mode[0]\X[1]\Y[3]=1
It doesn't work properly, I guess there is something more to initialize (New) . Thanks for any hint.