show valuess from a standalone class in main unit

i have class "class validate" with an object "validateage(age)" receives the age from the main unit form. now how do I display the output of the validateage(age) object in the main form
You interact with the class using the class' functions. Have the function return the value you want.
Topic archived. No new replies allowed.