Using other written functions in a unit
I created a unit to store functions. However within the unit where I create the fucntion. I would like to use other functions in other units, to help create my function. I tried to write ...
However, it doesn't work
Suggestions?
Ty
- Code: Select all
Uses
// wherever my function is located
However, it doesn't work
Suggestions?
Ty