August 25, 201411 yr Hiya -- I need to create a simple calculation that concatenates data from a few fields into a text block that I will then paste into a Google map. Annoyingly, the "new" Google map label feature doesn't recognize/allow simple line-breaks, but does accept a CMD-Return (Ctrl-Enter on PC) to achieve them. Is there a character, code or technique I can use in the Filemaker Calculation engine to modify or replace the Line-Break (paragraph) symbol so that I can get a line break in this way? Thanks!
August 25, 201411 yr You can use the Char() function to produce any character - provided you know the (decimal value of) the Unicode code point of that character. I am not sure what character is produced by Command+Return; it doesn't do anything for me. AFAIK, Command+[any-single-key] is a keyboard shortcut - not a character-producing keystroke. Edited August 25, 201411 yr by comment
Create an account or sign in to comment