PDA

Click to See Complete Forum and Search --> : Simple question, i guess


Nov 11th, 2000, 09:28 AM
i have an aplicattion with two forms, both forms use the same function to calculate some values, and same variables too.

1.- Where and how i can define the function
2.- Where and how i can declare a variable for two forms



TIA

mpSmooth
Nov 11th, 2000, 10:45 AM
Well, you need to add a module to your project. Inside the module you need to add your function. Just pass your variables to the function. Don't declare them public