Posts: 9
Threads: 2
Joined: May 2008
Reputation:
0
06-24-2008, 10:16 PM
If suppose im giving an input value while runtime with time stamp..
How will i get that added value to my local sheet..
Because i have to reuse that input value
recently added in the application and the same value exported to the datasheet for data comparison...
Please tel me some method...
Posts: 38
Threads: 4
Joined: Jul 2008
Reputation:
0
07-02-2008, 01:54 PM
You can use a global variable to store that timestamp and then you can write in to the local datasheet.
Can you explain what you are doing?..you want to know how to write in to the datasheet or pass the value through the actions?
Posts: 33
Threads: 8
Joined: Jan 2008
Reputation:
0
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.
Posts: 9
Threads: 2
Joined: May 2008
Reputation:
0
07-16-2008, 10:15 PM
Hi ur near my doubt..
My doubt is how to set that MyVar to input datasheet during runtime
pls clarify this