Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Is there a function that returns the tags assigned to a field or verifies whether a tag has been assigned to a field?
as of my knowledge i dont't think so .
Is it possible to use fields by their tag in the application?
What tags are for?
Can I make a list of fields with an specific tag?
Example to trace:
trace Main table loaded;
Let MyMessage = NoOfRows('MainTable') & ' rows in Main Table';
trace $(MyMessage);