SC tag with ex## as the type param

Things you’d like to miss in the future...
Post Reply
jupe
Posts: 2757
Joined: 20 Oct 2017 21:14
Location: Win10 22H2 120dpi

SC tag with ex## as the type param

Post by jupe »

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: 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,
If missing or 0: remove any tag of that type.
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.

admin
Site Admin
Posts: 60357
Joined: 22 May 2004 16:48
Location: Win8.1 @100%, Win10 @100%
Contact:

Re: SC tag with ex## as the type param

Post by admin »

All confirmed. :tup: Fixed in next beta/help.

Post Reply