WO108
- Last UpdatedMay 13, 2023
- 1 minute read
Name
WO108 - AutoSeq Interface routine - Create Automatic Sequence
Purpose
The procedure creates the automatic sequence.
Declaration
int wo108 ( void); INPUT:
Result
The procedure returns 1 when the automatic sequence is finished, otherwise 0.
- */
/*
External declarations
*/
extern "C"
{
#if !defined TBLSEQUENCEPLUGIN_API #define TBSEQUENCEPLUGIN_API
#endif
/*
*************************************************************
*
Main procedure - wo108
*************************************************************
*/
#ifdef WIN32 TBSEQUENCEPLUGIN_API
#endif
int wo108 ( void)
{
return 0;
}
}