SilverScreen Solid Modeler

sysvar_text

sysvar_text

Previous topic Next topic  

sysvar_text

Previous topic Next topic JavaScript is required for the print function  

SilverScreenAPI

 

void sysvar_text ( char *name, char *buf )

 

char *name;        // name of system variable

char *buf;         // character buffer to receive variable value

 

 




Synopsis

#include "silver.h"

 

The sysvar_text function retrieves the text string associated with the system variable specified by name , and copies it into buf .

 

 

Parameters

name is a null-terminated string containing the name of the variable. buf is a character buffer that is to receive the variable value.

 

 

Return Value

none.

 

 

See Also

sysvar_value , sysvar_xyz