Am 17.07.2010 um 00:37 schrieb Klemens Klarhoelter:

> Hi folks,
> 
> irgendwie ist es wohl zu spät... wie kann ich ein String, der hex Werte 
> enthält, in Integer konvertieren?
> 
> dim c as string
> dim i as integer
> c=d6

c = "d6"

> i=val(&h+c) // das geht nicht

i = val("&h"+c)

Greetings
Christian

-- 
Read our blog about news on our plugins:

http://www.mbsplugins.de/


Antwort per Email an