{ Function: _DateTimeSym Purpose: Create text string of Date and Time in format: "12/31/09 1314 GCJ09" Author: MarkSanDiego Last Updated: 03/15/09 original version } _DateTimeSym = ELDateToString(Date) & " " & RightStr("000" & NumToStr(Time,0), 4) & " " & Symbol & " ";