Re: error in value()?

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

Rolf Schroeder wrote:
> include get.e
>     ? value("1a")
>     ? value("2b")
>     ? value("3c")
>     ? value("4d")
>     ? value("5e")
>     ? value("6f")
>     ? value("1A")
>     ? value("2B")
>     ? value("3C")
>     ? value("4D")
>     ? value("5E")
>     ? value("6F")
ummmmmm
unless i miss my guess....
why don't we try:
     ? value("#1a")
     ? value("#2b")
     ? value("#3c")
     ? value("#4d")
     ? value("#5e")
     ? value("#6f")
     ? value("#1A")
     ? value("#2B")
     ? value("#3C")
     ? value("#4D")
     ? value("#5E")
     ? value("#6F")

of course... this would be assuming that u are after hexadecimal,
which, from the lettering being a..f, i would have to assume...

i think that may work like you want??
if you aren't after hexadecimal, then please ignore this msg :)
--Hawke'

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

Search



Quick Links

User menu

Not signed in.

Misc Menu