94 Alphabetical Listing
left()
Catalog >
If you omit Num, returns all of
sourceString.
left(List1[, Num]) ⇒ list
Returns the leftmost Num elements
contained in List1.
If you omit Num, returns all of List1.
left(Comparison) ⇒ expression
Returns the left-hand side of an equation or
inequality.
libShortcut()
Catalog >
libShortcut(LibNameString,
ShortcutNameString
[, LibPrivFlag]) ⇒ list of variables
Creates a variable group in the current
problem that contains references to all the
objects in the specified library document
libNameString. Also adds the group
members to the Variables menu. You can
then refer to each object using its
ShortcutNameString.
Set LibPrivFlag=0 to exclude private
library objects (default)
Set LibPrivFlag=1 to include private
library objects
To copy a variable group, see CopyVar on
page 33.
To delete a variable group, see DelVar on
page 53.
This example assumes a properly stored and
refreshed library document named linalg2
that contains objects defined as clearmat,
gauss1, and gauss2.