i have a java method in a com dll like :
public void adddoc(String doc, boolean[] flags) {
//
}
and from vb, cannot do :
dim b(2) as boolean
x.adddoc("", b)
can anyone tell me what imi doing wrong please? What type should i pass / recieve to get my array?
cheers,
aaron
public void adddoc(String doc, boolean[] flags) {
//
}
and from vb, cannot do :
dim b(2) as boolean
x.adddoc("", b)
can anyone tell me what imi doing wrong please? What type should i pass / recieve to get my array?
cheers,
aaron