UDT and Functions

<< Click to Display Table of Contents >>

Navigation:  ThinBASIC Core Language > Data types and variables > TYPE (or UDT User Defined Types) > UDT (User Defined Types) >

UDT and Functions

 

Functions

 

User defined types can be manipulated via functions as well.

 

There are two approaches you can choose from, or even choose together.

 

The first one is passing one more UDTs to a function, while the second one allows defining functions directly for the UDT.