Have you tried using and ampersand? Jim
-----Original Message----- From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Bernard Lis Sent: Tuesday, March 08, 2005 10:55 AM To: RBG7-L Mailing List Subject: [RBG7-L] - GETDATE Getdate does not seem to allow a variable for the caption, is this correct? Or am I not doing this correctly? While getting the start and end dates, I want to display the start date in the caption for the ending date. set var vStartDate = (getdate('Enter Starting Date')) set var msg1 = ('From' & ctxt(.vStartDate)) set var vEndDate = (getdate(.msg1)) Bernie Lis
