SP Documentation Key


    1. Parameter names are prefaced with their type:

       c        character             i.e.  cString, cFileName
       n        numeric               i.e.  nCount, nSize
       l        logical               i.e.  lSuccess, lStarted
       d        date                  i.e.  dToday, dTarget
       a        array                 i.e.  aNames, aFiles
       b        code block            i.e.  bBlock, bEvaluate
       o        object                i.e.  oTbrowse, oGet
       exp      any or multiple type  i.e. expWhatever

    2. A parameter prefaced with @ means pass by reference

    3. Parameters enclosed in:

       <> or none     indicates required parameter
       []             indicates optional parameter or set of params
       |              indicates mutually exclusive params

    4. => refers to the function return value

 

One response to “SP Documentation Key

  1. Pingback: Superlib | Viva Clipper !

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Google photo

You are commenting using your Google account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

This site uses Akismet to reduce spam. Learn how your comment data is processed.