Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
HI,
I WROTE ONE SCRIPT ,I WANT TO REUSE THE SAME SCRIPT IN ANOTHER APPLLICATIONS IN FUTURE CAN ANY ONE GUIDE ME ON THIS.
THANKS,
RAKESH
Hi,
By this method I have import the script statistically my requirement is to load the script in different application in future dynamically (automatically)
do binary load
load application where script exists into another application
it will auto upload file when first get updated .
hope this helps
Edit script and export to script file is the best approach.
Keep all script files so that they can easily be imported in some form of library.
A Binary Load will not give you what you want as you need the actual code rather than the results of the code, BUT a binary load could be useful if you have the same core requirements across all applications so should not be ruled out.
If you copy and paste or export the script into a text file and save it to an accessable directory you can then use $(=include) in your load statements to incorporate it.