This document was generated from CDN thread
Created by: Grant Bagdasarian on 17-02-2012 09:10:46 AM
Hello,
I'm trying to create a Json array string, but this requires the brackets. I've read that everything is a string in TCL and when the interpeter encounters brackets it treats everything inside that as a command. Does this mean I can't create a Json array in TCL?
Thanks,
Grant
Subject: RE: String brackets in TCL
Replied by: Grant Bagdasarian on 17-02-2012 10:00:13 AM
Never mind. I solved it. I wasn't escaping the brackets correctly.
This works: \[VALUE\]