Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
AI OnAI Off
Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
List list = new List();
UserSid us;
for (int i = Int32.MinValue; i < Int32.MaxValue; i++)
{
us = UserSid.Load(i);
if (us != null)
{
list.Add(us);
}
}
I'll welcome any help. Thanks in advance.