User1897897189 posted
Dears,
How to assign an array structure to an array?
for example i have an array like the following
private VS[] vLF;
and i have a structure like
public partial class VS: object, System..... {
private string ID;
}
i want to assign VS to VS[]
thanks