home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
AppleScript - The Beta Release
/
AppleScript - The Beta Release.iso
/
Developer Scripts
/
FileMaker Pro 2.0 AS Examples
/
Syntax Examples
/
Set Data examples
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1992-11-25
|
311 b
|
10 lines
|
[
TEXT/ToyS
]
tell application "FileMaker Pro"
Set Data first Record to "a\tb"
Set Data Record 2 to {"a", "b"}
Set Data Record 3 of window 2 to {"aa", "bb"}
Set Data Record 4 of window 2 to "aaa\tbbbb"
Set Data Cell 2 to "ccc"
Set Data Field 1 to "replaced"
Set Data Field "c" of Database "Test1" to "munged"
end tell