budhiastra
New Member
please help
I created the following code
sub run
regobj.new1(false)
regex1.new(",")
regobj.fromlibrary("main.regex1","reg",b4pobject(2))
str="0,1,2"
a()=regobj.runmethod2("split",str,"system.string")
msgbox(a(2))
end sub
when i run the results = 2
when i compile the results = error cs0266
what is wrong?
Thx u before
I created the following code
sub run
regobj.new1(false)
regex1.new(",")
regobj.fromlibrary("main.regex1","reg",b4pobject(2))
str="0,1,2"
a()=regobj.runmethod2("split",str,"system.string")
msgbox(a(2))
end sub
when i run the results = 2
when i compile the results = error cs0266
what is wrong?
Thx u before