DRAW Reference Manual
Intelligent Text
:
Access PML Global Entities from within Intelligent Text
: Access Global PML Functions
Access Global PML Functions
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 ноябрь 2013
1974 to current year.
AVEVA Solutions Limited and its subsidiaries. All rights reserved.