Thank you Dennis !
Fritz

-----Ursprüngliche Nachricht-----
Von: [email protected] [mailto:[email protected]] Im Auftrag von Dennis
McGrath
Gesendet: Freitag, 10. Oktober 2014 16:02
An: RBASE-L Mailing List
Betreff: [RBASE-L] - RE: Comment on Table --- include global Var #Date

Fritz,


This test worked for me (Note, my sytem uses the single quote):


create temp table TempTest (TempTest TEXT (1))

Set var vComment TEXT = ('This is a table created on' & CTXT(.#date) & 'as a
demo')

Comment on table TempTest IS .vComment

list TempTest

return


Reply via email to