tokenat(src, index, separator)
I have Dictionary: Set Key tokenat(Dictionary.Get("Inventory"),2,",") to value "A" but it doesn't seem to be doing anything in runtime.
If I set a variable to tokenat(Dictionary.Get("Inventory"),2,",") then it gives the proper token value.
How do I set a token in a dictionary?
How do I add a token to the dictionary key?
I mostly need to know how to structure it differently or a different expression. I am guessing it is selecting the value of the token instead of the token. I haven't figured out how to select the token.