Re: Issue of the week

new topic     » goto parent     » topic index » view thread      » older message » newer message

Why not just re-program the date() function for your own personal use?

It's a builtin, so a global ought to fix it...

function old_date()
    return date()
end function

--without warning -- These need uncommenting if you're not planning to
                  -- bind the program
global function date()
    sequence D
    D = old_date()
    D[D_YEAR] = D[D_YEAR] + 1900 -- You get the picture even if this is
    return D                     -- wrong :)
end function
--with warning

--
Carl R White
E-mail...: cyrek- at -bigfoot.com -- Remove the hyphens before mailing. Ta :)
Url......: http://www.bigfoot.com/~cyrek/
"Ykk rnyllaqur rgiokc cea nyemdok ymc giququezka caysgr." - B.Q.Vgesa

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu