str = GetHolNameFromTable()
This macro function returns the name of the current holiday in the holidays table.
➢The current holiday in the holidays table is due to previous calls to functions which move the cursor in the holidays table, such as FindNextHolidayOnDate and GetNextDateForHolidayId.
If you only need to get the plain text part of a holiday name, for example to see if it contains some given text, then you should use the GetHolTextFromTable function instead.
Formatted Holiday Names
If the name of the holiday does not contain any formatting, such as bold, italics, underline, then calling GetHolNameFromTable() will have the same result as calling GetHolTextFromTable(false).
If you wish to specify that the italics or bold portion of the holiday name use a specific font (rather than simply applying electronic italics or bold), or if you are using InDesign, then you should use the function GetHolNameOfListFromTable instead.
See also: GetHolDateFromTable, GetHolIdFromTable, GetHolTextFromTable, GetHolNameOfListFromTable.
Topic 105137, last updated on 24-Mar-2025