I am having some trouble getting my UDT variables to be modified by functions. Maybe Im doing something wrong? Here is the code Im using to test it. Its supposed to output 1 2 but it outputs 1 1.
type myType
x as integer
endtype
global myVar as myType
myVar.x = 1
print myVar.x...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.