%ss() Function

Top  Previous  Next

%ss() function suspends processing of compile-time functions.

Examples:

Usage:

%vof(PAGE_NAME) %ss()
 

Result:

%vof(PAGE_NAME)

 

Usage:

%vof(PAGE_NAME) %ss() %vof(PAGE_NAME) %ss()
 

Result:

Page1   %vof(PAGE_NAME)

 

Please remember that CT functions are processed from right to left order.

See Processing order of compile-time functions.