Type casting

arparker

Member
Licensed User
Longtime User
Hi, I'm new to this programming language, although not to others such as C. I need to know how to type cast an array of Int into a custom Type(structure). Can someone provide an example for me?

Regards,

AL
 

arparker

Member
Licensed User
Longtime User
Thank Erel for your reply. Although my Type has 198 unique elements that would need to be mapped so I may scrap the Type concept and use just the Int array and define 198 unique constants to index the array. This may prove to be less work.
 
Upvote 0
Top