* Roland Burger <[EMAIL PROTECTED]> writes: > is it possible to split "%ODate" so that I will get the date in > German, English, etc.?
Yes. You can pass a format string to the macro: %ODate="dd.mm.yyyy" -> 12.06.2004 %ODate="yyyy-mm-dd" -> 2004-06-12 The help file tells you how to use the format specifiers. Carsten -- ________________________________________________________ http://www.silverstones.com/thebat/TBUDLInfo.html
