Search found 1 match

by Ranashi
31 Jul 2026 16:11
Forum: Questions
Topic: FIXED? Text clip - @i varible
Replies: 2
Views: 85

FIXED? Text clip - @i varible

I am trying to build a variable that includes a ] in the index

@i[data->list[cnt].person_id] Record Data

I am wondering if there is a way to make this work. What this wants to do by default is build it out as.

data->list[cnt

it doesn't look like it is using regular expression as I have tried a ...