Reference fields with square brackets
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
I have a field called "Field[1]" and the square brackets in the name interferes with the square brackets denoting a field. Looks like you can add a second closing square bracket, but I wondered why that was the case? Anybody got an explanation? Is this documented?
- Labels:
- Custom Tools
- Documentation
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
@PhilipMannering
I searched the Help doc and get no luck, I guess it is not documented yet?
2 square bracket mean anything in your programing world? 😁
But I did find one in the community related.
PS: New profle pic still not matches the person I see at the Inspire.🤣
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi, @PhilipMannering
If your field name contains a right square bracket ']', then it will be eat by formula before parse(because it always matched 1st '['), to avoid the case, you need manual added a ']' to padding it each position.
