Forum Discussion

Critter's avatar
Critter
New Contributor
14 years ago

Is it possible to include one script in another?

If I have a script file with some general or utility functions that I would like to include in another script.. is it possible?

2 Replies

  • karkadil's avatar
    karkadil
    Valued Contributor
    Help topic "Calling Routines and Variables Declared in Another Unit" will help you :)



    In two words: you should use USEUNIT (or "uses", depending on the scripting language) directive to connect other units.