SC tag with ex## as the type param
Posted: 27 Sep 2021 01:51
I noticed a couple things when using SC tag, if using ex10 > ex16 for the type param, ie. ex + 2 digits (ex1 > ex9 = ok), it doesn't work, using the alternative, just the digits without the prefix works though, ie 12 instead of ex10,
non working example:
working alternative :
The other thing I noticed is just the documentation, where it says the following under the value param,
non working example:
tag "DATA", , "ex10";working alternative :
tag "DATA", , 12;The other thing I noticed is just the documentation, where it says the following under the value param,
setting a 0 value instead of blank to remove tag seems to only apply to the label type, in other types it tags it with 0 instead of removing the tags/cmt/extratag.If missing or 0: remove any tag of that type.