A reminder is included about the Flags used by the IsHoliday Method.
You are asked to provide 2 fields needed by the IsHoliday Method.
BHT:Date LONG ! Date to Pass for IsHoliday,etc
BHT:Holiday STRING(256) ! Returned Holiday Name(s)
This generates the following code in the embed:
BHT:Holiday = CLIP(BSTCalH.IsHoliday(BHT:Date))
The return string field can contain multiple holidays. See IsHoliday method for more info.