Function: xeqcontf Purpose: xeqcont, using variable arguments Category: USER-INTERFACE Author: J.P. Terlouw Use: int xeqcontf( char *key, IN : status return keyword char *fmt, IN : fmt encoding command as in printf ... IN : variable arguments as in printf ) Description: The declaration of this function is in "userfio.h", where similar functions for statusf, anyoutf, errorf, wkeyf and userfxxx are declared also. This routine is NOT callable in FORTRAN. Example: ok = xeqcontf("FPSTATUS=", "FUNPLOT FUNCTION=A*sin(F*x) A=1 F=2"); Related doc.: xeqcont.dc2 Updates: Jan 17, 2001: JPT, Document created.