KCssVarResize

C Styled Script
Reference Manual

<< Back  End  Next >>
 
 
INDEX
Introduction
Installation
Using The CSS Executive
Language
Directives
System Library
String Library
Regular Expression Lib.
File Library
Database Library
C API
   Embedding CSS
   Writing Libraries
   API Reference
      KCssAddFunc
      KCssCall
      KCssClose
      KCssEnableTrace
      KCssGet
      KCssGetError
      KCssGetResult
      KCssIsTrace
      KCssLoadLibrary
      KCssLoadScriptFile
      KCssLoadScriptMem
      KCssOpen
      KCssSet
      KCssSetError
      KCssSetResult
      KCssShow
      KCssStartDate
      KCssStartTime
      KCssVarResize
      KCssVarSizeof
C++ API
CSS Links
  
long KCssAPI KCssVarResize(              /* resize variable */
   KCssHandle aHandle,                      /* CSS handle */
   const char *aVarName                     /* name and new layout of variable */
);

Resize a local array (like resize operator)

Example:

// rezize list to hold 20 entries
long errs = KCssVarRezize(css, "list[20]");
if (errs) .... // error handling
 Copyright © IBK LandquartLast revised by Peter Koch, 24.02.00<< Back  Top  Next >>