
Copyright 2002, Satimage. All rights reserved.
change plain text -- the substring to search for (or a result of re_compile for advanced use of regexp)
into plain text -- the replacement string
in anything -- a string or a file path
[case sensitive boolean] -- default true
[regexp boolean] -- default false
[whole word boolean] -- default false
[regexpflag a list of plain text] -- default {"EXTENDED","NEWLINE"}
Result: anything -- the new string if the "in" parameter is a string, otherwise the list {number of hits, offset of the last replace}
convert to Mac plain text -- the original string
Result: plain text -- the converted string
convert to Windows plain text -- the original string
Result: plain text -- the converted string
extract string plain text -- the original string
[from integer] -- index of the first character. Default : 1. Negative numbers index characters backwards.
[to integer] -- index of the last character. Default -1. Negative numbers index characters backwards.
Result: plain text -- the substring
find text plain text -- the substring to search for (or a result of re_compile for advanced use of regexp)
in plain text
[case sensitive boolean] -- default true
[regexp boolean] -- default false
[whole word boolean] -- default false
[regexpflag a list of plain text] -- a subset of {"EXTENDED","NEWLINE","ICASE","NOSUB"}; default {"EXTENDED","NEWLINE"}
[using plain text] -- the pattern to generate the string (regexp)
Result: record -- {matchLen:length of the match,matchPos: offset of the match,matchResult:the result when "regexp" is true and "using"}
format real -- the number
into plain text -- the formatting string, using #,^,O,.,%,',(,),+,-
Result: plain text -- the formated number
lowercase plain text -- the original string
Result: plain text -- the lowercase string
re_compile plain text -- the regular expression
[case sensitive boolean] -- default true
[regexpflag a list of plain text] -- a subset of {"EXTENDED","NEWLINE","ICASE","NOSUB"}; default {"EXTENDED","NEWLINE"}
Result: re_pattern -- an opaque pattern which may be used as the search string for "find text" and "change"
uppercase plain text -- the original string
Result: plain text -- the uppercase string
alias description for alias -- the remote item
Result: a list of plain text -- {the AppleTalk zone name, the server machine name, the server volume name, folder name, […], item name}
list files alias -- a folder
[recursively boolean] -- default: true
[invisibles boolean] -- default: false
Result: a list of alias
navask save
[file name plain text] -- name of the file
[action small integer] -- 1 on close, 2 on quit, 0 ?
Result: small integer -- 1 save, 2 cancel, 3 don't save
navchoose file
[with prompt plain text] -- a prompt to be displayed in the file chooser
[of type a list of plain text] -- restrict the files shown to only these file types
[starting at alias] -- the default file or folder
[multiple files boolean] -- allow multiple files selection (default true)
[show packages boolean] -- (default true)
[open packages boolean] -- (default false)
Result: a list of alias -- the chosen files
navchoose folder
[with prompt plain text] -- a prompt to be displayed in the folder chooser
[starting at alias] -- the default folder
[open packages boolean] -- (default false)
Result: a list of alias -- the chosen folders
navchoose object
[with prompt plain text] -- a prompt to be displayed in the folder chooser
[starting at alias] -- the default folder
[show packages boolean] -- (default true)
[open packages boolean] -- (default false)
Result: a list of alias -- the chosen folders
navchoose volume
[with prompt plain text] -- a prompt to be displayed in the folder chooser
[starting at alias] -- the default folder
Result: a list of alias -- the chosen folders
navnew file
[with prompt plain text] -- the text to display in the file creation dialog box
[default name plain text] -- the default name for the new file
[with menu a list of plain text] -- list of menu items
[starting at alias] -- the default folder
[open packages boolean] -- (default false)
Result: file specification -- the file the user specified
navnew folder
[with prompt plain text] -- the text to display in the file creation dialog box
[starting at alias] -- the default folder
[open packages boolean] -- (default false)
Result: file specification -- the folder the user specified
backup file specification -- the source folder
onto file specification -- the destination folder
[level small integer] -- 0: report only, 1: synchronize folders, 2 : synchronize and report. Default 0.
[after date] -- files older than this date are not processed.
[recursively boolean] -- recursively synchronize subfolders. Default true.
Result: plain text -- the (optional) report
special concat record -- the record
with record -- the additional data
Result: record
suppress item anything -- the rank or key of the item. Use quotes around custom properties, and also around 4-characters codes. (If you don't know what this means, you don't need it).
from anything -- a list or a record
Result: record
get resource name small integer -- index of the desired resource
type type class -- type of the desired resource
from file specification -- file to read from
Result: anything -- the name of the resource
list resources type class -- type of desired resources
from file specification -- file to read from
Result: anything -- the list of ids
load resource small integer -- index of the desired resource
type type class -- type of the desired resource
from file specification -- file to read from
[as type class] -- an AppleScript type for the returned result
Result: anything -- any AppleScript data that is stored in the resource: data, object specification, reference, etc.
put resource anything -- the AppleScript data that will be stored in the resource
to file specification -- the destination file
type type class -- the resource type
index small integer -- the resource id
[with name plain text] -- the resource name
abs real
Result: real
acos real -- -1 <= x <= 1
Result: real -- in radians
acosh real -- a positive number
Result: real
addlist a list of real
with a list of real
Result: a list of real
asin real -- -1 <= x <= 1
Result: real -- in radians
asinh real
Result: real
atan real
Result: real -- in radians
atan2 a list of real -- 2 real numbers : y (ordinate) and x (abscissa)
Result: real -- in radians
atanh real -- -1 < x < 1
Result: real
cos real -- the angle (in radians). If the angle is in degrees, multiply it by pi / 180 before taking the cosine.
Result: real
cosh real
Result: real
creatematrix plain text -- "1": array of 1.0, "x": array of x values, "y": array of y values
ncols integer
nrows integer
Result: array of real
divlist a list of real
with a list of real
Result: a list of real
erf real
Result: real
erfc real
Result: real
exp real
Result: real
extractitem integer -- the first item to read
[thru integer] -- default -1
[step integer] -- default 1
in array of real
[blocksize integer] -- size of the block to read at each step. blocksize must be smaller than step
Result: array of real
gamma real -- a positive number
Result: real
hypot a list of real -- 2 real numbers
Result: real
lgamma real -- a positive number
Result: real
ln real -- a positive real
Result: real
log10 real -- a positive real
Result: real
multlist a list of real
with a list of real
Result: a list of real
read binary file specification -- the file
as type class -- the format of the data file: real (8 bytes) or small real (4 bytes)
[skip integer] -- the number of bytes to skip
[length integer] -- the number of real to read
Result: array of real
replacemissingvalue a list of small real
with small real
Result: a list of small real
reversearray a list of real -- ... or an array of real
Result: array of real
sin real -- the angle (in radians)
Result: real
sinh real
Result: real
sqr real
Result: real
sqrt real -- a positive number
Result: real
statlist a list of real -- ... or an array of real
Result: record
sublist a list of real
with a list of real
Result: a list of real
tan real -- the angle (in radians)
Result: real
tanh real
Result: real
write binary file specification -- the file
with data array of real
[starting at integer] -- offset in bytes, default : append data at the end of the file
|| url: http://www.foodoo.sunreal.com.au/info/dictionaries/Satimage_246_asDict.html
|| created: 4-Aug-03, 9:48 PM; updated: 4-Aug-03, 2:48 PM
|| size: 65100 bytes