Applies To: |
|
Summary: |
How can I pass a String of Text using Super
Genie Association, without it treating the substituted value as a
Citect tag, and trying to substitute the value of the tag.
This is useful when: * Some functions require the Tag name, not the Tag value |
Solution: |
In order to pass an actual String of text
(not the value of a STRING tag) to a SuperGenie, you need to use
the following format:
" ' This is my Text String ' " (The spaces above are just to illustrate the " and ', so when
you use this, without spaces, it will look like:) And on your SuperGenie, the value ?STRING 1? i.e. to use the AssPage() Command to pass a string (in this case, the Name of a Trend): AssPage("SG_trend","'trend1'") NOTE: It is important to note the syntax. the SG_Trend is the
name of the page, and is surrounded by " marks. |
Keywords: |
Passing parsing String SuperGenie Association Ass Super Genie |
Related Links
Attachments