I tried creating a local variable of data type DotNet. But I couldn't find sub type "list" from the drop down.
What I tried to do is similar to the code given below
blockedCustomerList := blockedCustomerList.list();
blockedCustomerList.Add('Customer 1');
FOREACH customer IN blockedCustomerList DO
BEGIN
MESSAGE(FORMAT(customer));
END;
Somebody please help me out to pull through this.
Thank you
Comments
System.Collections.Generic.List`1.'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'
Blog - rockwithnav.wordpress.com/
Twitter - https://twitter.com/RockwithNav
Facebook - https://facebook.com/rockwithnav/
No PM,please use the forum. || May the <SOLVED>-attribute be in your title!