07-03-2008, 04:51 PM
Hi,
if the value ("abc"&dates &time) abc is static and only the date and time changes. then you can store the value in a global variable and use it in all the place.
If u use a common function file for all the scripts then store the value in the library file and use it in all the places.
EX:
Public A
A = "abc"&dates &time
I am sorry if i am wrong.
if the value ("abc"&dates &time) abc is static and only the date and time changes. then you can store the value in a global variable and use it in all the place.
If u use a common function file for all the scripts then store the value in the library file and use it in all the places.
EX:
Public A
A = "abc"&dates &time
I am sorry if i am wrong.