Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Resetting a Time variable

Status
Not open for further replies.

gonzo27

Technical User
Mar 6, 2008
10
0
0
US
hello,

can someone please tell me how to reset a timevar?
I have tried (0,0,0)(adding more 0's), ":"

I am using Crystal XI R2
my time variable is working fine but I cannot get it to reset (and therefore stop pulling from the previous)

whileprintingrecords;
shared timevar proc_start_time := (0,0,0)

is not doing the trick.

Thank you!
G
 
Try:

whileprintingrecords;
shared timevar proc_start_time := Time(0,0,0)

MrBill
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top