#loadScript

C Styled Script
Reference Manual

<< Back  End  Next >>
 
 
INDEX
Introduction
Installation
Using The CSS Executive
Language
Directives
   #include
   #list
   #loadLibrary
   #loadScript
   #logFile
System Library
String Library
Regular Expression Lib.
File Library
Database Library
C API
C++ API
CSS Links
  

Compiles another css sourcefile at compile time.

#loadScript 'MyFuncs'

... or ...

static const module = 'MyFuncs';
 
#loadScript module

If no extension is given, CSS will add the default extension.css. The file is searched in the paths defined in environment variable CSSPATH. If no CSSPATH is defined the file is searched in the current working directory.

CSS will never load the same script more than once. Any attemp to do so will be silently ignored.

 Copyright © IBK LandquartLast revised by Peter Koch, 24.02.00<< Back  Top  Next >>