Show TOC

Transferring VariablesLocate this document in the navigation structure

Use

You can transfer expressions, for example variables, with the following syntax:

Value transfer:

        
objekt = <%=varname%>
         
Example

bgcolor = "green" creates a green background by transferring the value green. With bgcolor = "<%=color%>" the current value of the variable color is assigned to the attribute bgcolor.