Enumerations, Sets and Arrays
DBF Script supports enumerations. You can write in a script:
|
Sets are not supported. However, you can use set constants in the following way:
|
DBF Script supports all kind of arrays: static (one- and multi-dimesional), dynamic, variant arrays.
There is an example of script that uses all array types:
|