Anyway to exit the "for each" loop prematurely? I do it from my gf all the time.
I'm curious if there is a way to exit a "for each" loop before cycling through all elements. For example:
records1 = conditions[active == true];
records2 = valid_codes[active == true];
for each r1 in records1
{
for each r2 in records2
{
if (r1.code == r2.code)
{
input.code = r1.code;
break;
-OR-
records2 = patients[true == false];
}
}
}
Zoho Desk Resources
-
Desk Community Learning Series
-
-
-
-
-
-
-
-
-
Zoho CRM Plus Resources
Zoho Books Resources
Zoho Subscriptions Resources
Zoho Projects Resources
Zoho Sprints Resources
Zoho Orchestly Resources
Zoho Creator Resources
Zoho WorkDrive Resources
Zoho Campaigns Resources
Zoho CRM Resources
Writer Get Started. Write Away!
Writer is a powerful online word processor, designed for collaborative work.