Applies To: |
|
Summary: |
I would like to be able to mask (hide) from
the left of the title string in my supergenie page.
The AssTitle function only masks from the right: AssTitle(Mask, Prefix, Suffix) Mask: Prefix: Suffix: |
Solution: |
You can workaround this by making your own
function based on the included AssTtile(). The existing
function is in the tag.ci cicode file in the CitectSCADA Include
project:
FUNCTION You can copy, rename this function in your own project. Then modify as follows: //CharMaskL is added to input the number of characters to mask from the left.
AssPopUp("glone","%tag1%"); MyAssTitle(%RightMask%,"%Prefix%","%Suffix%",%LeftMask%);
AssPopUp("glone","LOOP_2_PV"); MyAssTitle(2,"Stn_1","Unit_2",4)
|
Keywords: |
Related Links
Attachments