PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → get a list from c#  in my program
get a list from c# in my program
Iniciado por ahmad, 17,feb. 2018 22:39 - No hay respuesta
Publicado el 17,febrero 2018 - 22:39
Hi all

I am using a .net dll to get a list values. from c# in my project

i have declare a arraylist and try to assign the list values to the array list .that not working.. any idea what would be the write variable i should declare

I also tried to set as an array
garrMyskills is array of string

garrMyskills = gclMyconnect.GetSkills()

nDim is int
nDim = ArrayInfo(garrMyskills, tiTotalNumber)
STC_Static2..Value =nDim

I get error
Error at line 1 of Click BTN_NoName5 process.
Incompatible types during assignment.