<< Click to Display Table of Contents >> Navigation: ThinBASIC Language > Data types and variables > TYPE (ord 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.