Пример #1
0
int EDITAPI EDITLocate( long lRow, int nCol, int nLen )
/**************************************************************/
{
    return( EDITLocateError( lRow, nCol, nLen, 0, NULL ) );
}
Пример #2
0
int EDITAPI EDITLocate( long iRow, int iCol, int iLen )
{
    return( EDITLocateError( iRow, iCol, iLen, 0, NULL ) );
}