PC SOFT

FORUMS PROFESSIONNELS
WINDEVWEBDEV et WINDEV Mobile

Accueil → WINDEV 2024 → get a list from c#  in my program
get a list from c# in my program
Débuté par ahmad abbas, 17 fév. 2018 22:39 - Aucune réponse
Posté le 17 février 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.