Filemaker TH325Z/A Ficha Técnica Página 167

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 238
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 166
Chapter 12
|
Text functions 167
Data type returned
number
Description
Returns only the numbers in text, as data type number, for use with formulas involving
numbers or numeric functions. The GetAsNumber function drops all non-numeric
characters from text.
Examples
GetAsNumber(“FY98”) returns 98.
GetAsNumber(“$1,254.50”) returns 1254.5.
GetAsNumber(“2 + 2”) returns 22.
GetAsNumber(SerialNumber) returns 35684, when the value of SerialNumber is
TKV35FRG6HH84.
GetAsSVG
Format
GetAsSVG(text)
Parameter
text - any text expression or text field
Data type returned
text
Description
Returns text, converted to the SVG (Scalable Vector Graphics) format, 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.
Example
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>
Vista de página 166
1 2 ... 162 163 164 165 166 167 168 169 170 171 172 ... 237 238

Comentários a estes Manuais

Sem comentários