How about:

CMDSTRING = "SORT SALES.ANALYSIS BY CUST  HEADING  'Year-To-Date Sales ' 
":ADATEINASTRINGVAR
EXECUTE CMDSTRING

Alternatively you can use slashes as string delimiters as well as quotes

-------------- Original message -------------- 
If possible, from within a UniBasic program, I would like to embed a
specified date in a report header using a command like...

  execute "SORT SALES.ANALYSIS BY CUST    HEADING " 'Year-To-Date Sales ' :
This.Date.F "     "

Perhaps more than the two standard quote chararacters, ['] and ["] are
available.

Suggestions would be appreciated.

--Bill


Jeff Schasny | Denver, Colorado, USA | [EMAIL PROTECTED]
-------
u2-users mailing list
[email protected]
To unsubscribe please visit http://listserver.u2ug.org/

Reply via email to