Has anyone had success in adding a ascii code to the tooltip? I am trying to replace spaces with carriage returns but TRANSLATE only allows replacement of a single character - that single charater can be CHR(32) but I can't figure out how to pass it
For example: TRANSLATE(NAME1, ' ', '\n') replaces the space with a backslash. TRANSLATE(NAME1, ' ', chr(32)) - shows only "TEXT" TRANSLATE(NAME1, ' ', CHAR(32)) - does the same any ideas? -- View this message in context: http://osgeo-org.1560.x6.nabble.com/ASCII-CODE-IN-TOOLTIPS-tp5213188.html Sent from the MapGuide Users mailing list archive at Nabble.com. _______________________________________________ mapguide-users mailing list mapguide-users@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/mapguide-users