Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. anthonykulesa

    help with global UDT's

    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...

Part and Inventory Search

Back
Top