Programmer Guide/Macro Library: Difference between revisions
From STX Wiki
Jump to navigationJump to search
No edit summary |
No edit summary |
||
Line 15: | Line 15: | ||
;macro BSF - soundfile handling: | ;[[/BSF|macro BSF]] - soundfile handling: | ||
:{|class="keinrahmen" | :{|class="keinrahmen" | ||
|[[/BSF#NewDialog|NewDialog]] ||— | |[[/BSF#NewDialog|NewDialog]] ||— | ||
Line 28: | Line 28: | ||
|} | |} | ||
;macro BUTIL - misc. utility functions: | ;[[/BUTIL|macro BUTIL]] - misc. utility functions: | ||
:{|class="keinrahmen" | :{|class="keinrahmen" | ||
|[[/BUTIL#MsgBox|MsgBox]] ||— | |[[/BUTIL#MsgBox|MsgBox]] ||— | ||
Line 45: | Line 45: | ||
|[[/BUTIL#SelectTable|SelectTable]] | |[[/BUTIL#SelectTable|SelectTable]] | ||
|} | |} | ||
;[[library StdLib]] - {{STX}} main library: |
Revision as of 10:30, 12 May 2011
This section describes the STx standard macros and classes. They are all linked into the library file stx.lib, which is part of the standard installation, and loaded on program start.
alphabetical list of macros
sort=asc has no subpages to list.
- macro BSF - soundfile handling
- macro BUTIL - misc. utility functions
MsgBox — EditBox FileDialog — Copy/Move/DeleteFile — DirectoryDialog — GetDirectory — Directory GetSwitch — GetKeyWord — GetKeyIndex SelectTable
- library StdLib - STx main library