How do you remove an element from a Textlist field?
How do you remove an element from a Textlist field?
| Answer | You can use this formula to remove a user from a names Textlist field:
FIELD NamesField := @Trim(@Replace(NamesField, "Joe Schmoe", "")); |
| Attachments | -none- |
| Applies to versions | 3.x |
| FAQ Provided By | ken yee |
| Credit | Click here for information source |
 |  |
|
|