Hi everyone! I've been looking to use more special strings on my schematics to automatically populate text. I've figured out how to automatically populate a text with a single special string element by adding a "=" before the selecting one of the parameter options (such as Title, DocumentNumber, Revision, ect.) and figured out how to concatenate a second special string element to that. An example would be =DocumentNumber+'; '+Title
I've been playing around with this and figured out a way to add words to the text as well without throwing an error. However, I noticed that there are a lot of rules you have to follow when adding elements to the text as all it takes is adding one too many spaces or not using the correct order of punctuation or missing one sign and it won't work.
Has anyone figured out the rules behind this syntax with respect to what goes where? I've been looking through documentation for CS and Altium Designer and could not find any guides which break it down. If I wanted to start the string with the word "Label" and then show the document number would I write ("Label"+'; '+DocumentNumber) ?
I'm a bit lost, so any help would be appreciated.