Using a Single Dimension Array as an InOut Parameter

The InOut parameter can be defined to be a single dimension array. When specifying the size of this array, consider that the user of your array can either:

· pass an array tag that is the same size as your definition.
· pass an array tag that is larger than your definition.

When developing your logic, use the Size instruction to determine the actual size of the referenced array to accommodate this flexibility.


0 comments :