On Sun, 14 Nov 2004 13:51:08 -0800 Mike Dillinger wrote: > %GmtOffset='%REGEXPBLINDMATCH="%HEADERS"%Subpatt="4"'%- > %if:"%GmtOffset='-0800'":"%TimeZone='PST'":"%TimeZone='PDT'"%- > > I'm doing something wrong I'm sure. I don't know what it is. Can someone > help me out? I just get blank when I print %TimeZone. >
You used non-existing macros instead of variables, which have sometring different name convention. Please re-write your template using %_GmtOffset and %_TomeZone variables instead of %GmtOffset and %TimeZone macros. -- Best regards, Zygmunt Wereszczynski ________________________________________________________ http://www.silverstones.com/thebat/TBUDLInfo.html
