Help

Table Of Contents
FILEMAKER PRO HELP 895
Data type returned
text
Originated in
FileMaker Pro 7.0
Description
SVG is an internet text format similar to HTML or CSS. SVG supports more text formats than HTML,
so SVG will represent what you have typed more accurately.
Note The GetAsSVG function does not return formats that are set in the Conditional Formatting
dialog box.
Examples
GetAsSVG(text) returns the example result (below) when the field text contains the word “Frank”
and the word Frank has the following text attributes: Font = Helvetica, Font Size = 12 points, Font
Color = red, Font Style = bold.
Example result:
<StyleList>
<Style#0>”font-family: 'Helvetica';font-size: 12px;color:
#FF0000;font-weight: bold;text-align: left;”,
Begin: 1, End: 5</Style>
</StyleList>
<Data>
<Span style=”0”>Frank</Span>
</Data>
Related topics
Functions reference (category list)
Functions reference (alphabetical list)
About formulas
About functions
Defining calculation fields
Using operators in formulas
GetAsText
Purpose
Returns data as field type text, for use with formulas involving text or text functions.
Format
GetAsText(data)