Difference between revisions of "SET MEMOEXT"
Yvonnemilne (Talk | contribs) (→See Also) |
Helengeorge (Talk | contribs) |
||
(3 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
==Purpose== | ==Purpose== | ||
Specify the file extension for memo files | Specify the file extension for memo files | ||
Line 15: | Line 8: | ||
==See Also== | ==See Also== | ||
− | [[EDITFIELD()]], [[FILETYPE()]], [[INDEXEXT()]], [[MEMLINES()]], [[MEMOEDIT()]], [[MEMOLINE()]], [[MEMOREAD()]], [[MEMOWRITE()]], [[MLCOUNT()]], [[MLINE | + | [[CALENDAR]], [[DB_FOXPLUSBUGS]], [[DB_FOXPROKEYS]], [[DB_SAMBA]], [[EDITFIELD()]], [[FILETYPE()]], [[INDEXEXT()]], [[MEMLINES()]], [[MEMOEDIT()]], [[MEMOLINE()]], [[MEMOREAD()]], [[MEMOWRITE()]], [[MLCOUNT()]], [[MLINE()]], [[SET CLIPPER]], [[SET CLIPPER5]], [[SET COMPATIBLE]], [[SET EDITFIELD]], [[SET FILECASE]], [[SET FILETYPE]], [[SET INDEXEXT]], [[SET MEMOWIDTH]], [[SET MEMOWINDOW]], [[SET PCEXACT]], [[SET PCFILTER]], [[SET PCGRAPHICS]], [[SET PCKEYS]], [[SET PCLOCKING]], [[SET PCPICTURE]], [[SET PCSAYS]], [[SET PCUNIQUE]], [[SET WP]], [[TEXTEDIT()]] |
+ | |||
==Description== | ==Description== | ||
Line 22: | Line 16: | ||
==Example== | ==Example== | ||
− | < | + | <code lang="recital"> |
calendar menu schedule file yyy | calendar menu schedule file yyy | ||
set indexext to ".sdx" | set indexext to ".sdx" | ||
set memoext to ".sdt" | set memoext to ".sdt" | ||
− | use yyy.sdb index yyy</ | + | use yyy.sdb index yyy</code> |
==Products== | ==Products== | ||
− | Recital | + | Recital Server, Recital |
[[Category:Documentation]] | [[Category:Documentation]] | ||
[[Category:Commands]] | [[Category:Commands]] | ||
[[Category:Set_Commands|MEMOEXT]] | [[Category:Set_Commands|MEMOEXT]] | ||
+ | [[Category:Memos]] | ||
+ | [[Category:Memos Set Commands]] |
Latest revision as of 16:18, 23 November 2009
Purpose
Specify the file extension for memo files
Syntax
SET MEMOEXT TO <expC>
See Also
CALENDAR, DB_FOXPLUSBUGS, DB_FOXPROKEYS, DB_SAMBA, EDITFIELD(), FILETYPE(), INDEXEXT(), MEMLINES(), MEMOEDIT(), MEMOLINE(), MEMOREAD(), MEMOWRITE(), MLCOUNT(), MLINE(), SET CLIPPER, SET CLIPPER5, SET COMPATIBLE, SET EDITFIELD, SET FILECASE, SET FILETYPE, SET INDEXEXT, SET MEMOWIDTH, SET MEMOWINDOW, SET PCEXACT, SET PCFILTER, SET PCGRAPHICS, SET PCKEYS, SET PCLOCKING, SET PCPICTURE, SET PCSAYS, SET PCUNIQUE, SET WP, TEXTEDIT()
Description
The SET MEMOEXT command is used to specify file extensions for memo files. If <expC> is omitted then the memo extension is set to the default extension ’.dbt.’ This command is useful for opening memo files that have been created with the CALENDAR MENU SCHEDULE command.
Example
calendar menu schedule file yyy set indexext to ".sdx" set memoext to ".sdt" use yyy.sdb index yyy
Products
Recital Server, Recital