SliceO_Class::Sort_Set

 

This method assign a string to the "sort" string associated with the class instance.

 

 

Syntax

 

int  Sort_Set(

          char format[],

          ...

) ;

 

 

Parameters

 

format, ...

                    This method use the same kind of syntax as the printf() function.

 

 

Return value

 

This method return 0 if an error occurred, 1 otherwise.

 

 

Remarks

 

 

Requirements

 

Header:

          sliceO_include.hpp

 

Library:

          sliceO_Structures.lib

 

 

Example

 

 

 

See also