Copy link to clipboard
Copied
Hello. On the Adobe Help site, I'm seeing a notice on many array functions about CORBA being removed for CF 2021. I'm trying to find a future-friendly way to, for instance, see if a value exists in an array. ArrayContains, ArrayFind, ArrayContainsNoCase and ArrayFindNoCase have the CORBA removal notice. Is there a built-in function that works for CF 2021 that does a similar thing?
The documentation says that CORBA has been removed, not the array functions. You can still use the array functions.
Copy link to clipboard
Copied
Are you using CORBA objects?
Copy link to clipboard
Copied
I had been using the CF functions like ArrayContains and ArrayFind. The documention appears to be saying that those will be gone for CF 2021 when CORBA is removed. If that's the case, I'm looking for what I should use instead.
Copy link to clipboard
Copied
The documentation says that CORBA has been removed, not the array functions. You can still use the array functions.