I am working with a .jar external library and I need to send a java.util.Vector data to one of its methods. How can I cast that type of data or convert a B4X array or a B4X list to a vector?
The library's documentation says:
Thanks in advance.
The library's documentation says:
B4X:
public void setNoteList(java.util.Vector newNoteList)
Replaces the entire note list with a new note list vector
Parameters:
Vector - of notes
Thanks in advance.