Why a syntax error??
Exemple:
May be UDT aren't support by the Array Function in PB5?
Exemple:
Code:
Type NodeType NodesColl(128) As String * 9 Count As Integer End Type Global LabNodes(10) As NodeType . .. ... Array Sort LabNodes(5).NodesColl(), Descend -> SYNTAX ERROR??!! <--
Comment