This function returns an HTML content formatted for a webviewer.
Shows a value if present with an option prefix and suffix, otherwise shows alternate text
Given a text string of fields, it will return the first non-empty value, if all are empty, will return an alternate value
Attempts to show a value, if it's empty, shows an alternate value
Removes any single or double smart/curly quotes from the specified text (requires FileMaker v10)
store multible named values in one field or variable! sets value of a tag within a xml by hierachical name
store multible named values in one field or variable! get value from named tag by hierarchical name
store multible named values in one field or variable! gets value of a tag with given name
store multible named values in one field or variable! usefull to pass multible values over as a scriptparameter -- part or xmlGetH / xmlSetH ---
gets the content of the first tag in xml -- part or xmlGetH / xmlSetH --- requires also xmlTagN.valuePosEnd ( ) ! [fmfunctions.com does not let me add it to required list..]
gets the first tag of the xml requires also xmlTagN.valuePosEnd ( ) ! [fmfunctions.com does not let me add it to required list..]
the xml without the first tag and its content -- part or xmlGetH / xmlSetH --- requires also xmlTagN.valuePosEnd ( ) ! [fmfunctions.com does not let me add it to required list..]
search position of the corresponding end tag for the N-th start tag with the given name result is the position of the last character bevor the searched end tag
remove any leading and trailing " " or "¶" as an extension of FM function Trim(text)