sym_setContinuous This routine is used to set the type of a variable to be continuous. Calling Sequence sym_setContinuous(index) Description Arguments index Index of the variable to be set continuous Return value Returns 0 if the variable type has been set as continuous and 0 if an error value is returned. Examples status=sym_setContinuous(1) Authors Iswarya Hariharan