Re: Problems with ParamArray and convert
Posted: 2008-08-18T03:44:27-07:00
Hello,
I have the same problem. I tried too with:
...
dim parArray() as string
redim parArray(5)
...
or
...
dim parArray() as string
dim str as string
str="-background,lightblue,-font,Arial,label:abc,e:\tmp\font.gif"
parArray=split(str, ",")
...
but i get the same error.... Please, any help?
Thanks
I have the same problem. I tried too with:
...
dim parArray() as string
redim parArray(5)
...
or
...
dim parArray() as string
dim str as string
str="-background,lightblue,-font,Arial,label:abc,e:\tmp\font.gif"
parArray=split(str, ",")
...
but i get the same error.... Please, any help?
Thanks