TYPE and END TYPE command
Posted: Mon Jan 16, 2012 4:15 pm
I do not speak English. I use google translator to write to you.
I started using FX and searching for QB replacement and other compilers I found and I`m FNX provided.
I can create with "TYPE" variables such as "QBASIC" and then use with DIM
This command was in the previous version of FNX, but not currently. Trying to create a data matrix example:
TYPE DTS
NOMBRE AS STRING * 32
DIRECCION AS STRING * 64
END TYPE
DIM CLIENTES(1 to 55) as DTS
but I can not do it. I do not understand how this works in FNX :-[
Greetings to all :)
I started using FX and searching for QB replacement and other compilers I found and I`m FNX provided.
I can create with "TYPE" variables such as "QBASIC" and then use with DIM
This command was in the previous version of FNX, but not currently. Trying to create a data matrix example:
TYPE DTS
NOMBRE AS STRING * 32
DIRECCION AS STRING * 64
END TYPE
DIM CLIENTES(1 to 55) as DTS
but I can not do it. I do not understand how this works in FNX :-[
Greetings to all :)