Changes between Version 10 and Version 11 of MapGuideRfc50


Ignore:
Timestamp:
Jun 25, 2008, 11:57:49 AM (16 years ago)
Author:
brucedechant
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • MapGuideRfc50

    v10 v11  
    3535Old syntax:
    3636{{{
    37 concat('Parcel ID: ', concat( PID , concat('\nOwner Name: ', concat(!NullValue (  OWNER_NAME , '' ) , concat('\nAddress: ',  SITE_ADDR )))))
     37concat('Parcel ID: ', concat( PID , concat('\nOwner Name: ', concat(NullValue (  OWNER_NAME , '' ) , concat('\nAddress: ',  SITE_ADDR )))))
    3838
    3939}}}