Please ensure Javascript is enabled for purposes of website accessibility
Powered by Zoomin Software. For more details please contactZoomin

Everything E3D

Access Global PML Functions

  • Last UpdatedFeb 26, 2026
  • 1 minute read

If a global PML function called !!RussianMonth(INT) has been defined to translate a month number to the name of the month in Russian, the intelligent text:

#PML(!!today.date())#PML(!!today.monthstring())#PML(!!today.year())

Can be modified to:

#PML(!!today.date())#PML(!!RussianMonth(!!today.month()))#PML(!!today.year())

For example, produces:

13 ноябрь 2026