Filemaker Pro 8.5 Educational Maintenance T3 TJ083LL/A User Manual

Product codes
TJ083LL/A
Page of 238
168     FileMaker Functions Reference
</StyleList>
<Data>
 <Span style=”0”>Frank</Span>
</Data>
GetAsText
Format
GetAsText(data)
Parameter
data - any number, date, time or timestamp 
, or a 
 containing a number, 
date, time, timestamp, or container.
Data type returned
text
Description
 involving text or text functions. data 
can be data type number, date, time, timestamp, or container.
For a container field, GetAsText returns external path information, text (when the 
container contains text that does not resolve into a valid path), or a question mark (?) if 
the container data is embedded in the database.
Examples
GetAsText(45) returns 
45
.
“You are “ & GetAsText(DaysDelinquent) & “ days late.” returns 
You are 
3 days late.
 when the value of DaysDelinquent is 3.
“FY” & GetAsText(FiscalYear) returns 
FY98
, if the FiscalYear number field 
contains 98.
GetAsTime
Format
GetAsTime(text)
Parameter
text - any 
 containing a time
Data type returned
time