Guest Tomas Report post Posted 11/16/2004 03:43 PM All, There is something very simple I need to do; I need to return the current date using the VBScript Now function. So far, I've searched in the forum and documentation for this; I cannot find a comparable example. I have a VBScipt module named GetNow; in the script area, I have tried each of the following: RV$[GetNow] = Now and Now This should be so easy; however, the syntax seems to be something I'm missing. Does anyone have any ideas? Thanks, Tomas Share this post Link to post
SupportTeam Report post Posted 11/16/2004 07:31 PM Easiest way is to use the "Now" function in an 'Evaluate Expression' module. See: http://www.voiceguide.com/vghelp/html/modEvalExpr.htm See: http://www.voiceguide.com/vghelp/html/modEvalExpr.htm another way is to use the RvSet COm functio in a 'Run VBScript' module. See: http://www.voiceguide.com/vghelp/html/com_RvSet.htm Share this post Link to post