of_getexclude


pfcapsrv.pbl   >   pfc_n_cst_lvsrv_sort   >   of_getexclude   

Full name pfc_n_cst_lvsrv_sort.of_getexclude
Access public
Extend of integer
Return value integer
Prototype public function integer of_getexclude(ref string[])

Name Datatype
No Data

Name Datatype
ls_empty string[]

public function integer of_getexclude (ref string as_excludecols[]);//////////////////////////////////////////////////////////////////////////////
//
//	Function:  		of_GetExclude
//
//	Access:    		Public
//
//	Arguments:
//	as_excludecols		A string array, passed by reference, that will
//			   			 	hold the exclude columns returned.
//
//	Returns:   		Integer
//   					# of columns returned
//						-1 if an error occurs
//
//	Description:	Get the list of exclude columns set in of_SetExclude.
//
//////////////////////////////////////////////////////////////////////////////
//
//	Revision History
//
//	Version
//	6.0   Initial version
//
//////////////////////////////////////////////////////////////////////////////
//
//	Copyright © 1996-1997 Sybase, Inc. and its subsidiaries.  All rights reserved.
//	Any distribution of the PowerBuilder Foundation Classes (PFC)
//	source code by other than Sybase, Inc. and its subsidiaries is prohibited.
//
//////////////////////////////////////////////////////////////////////////////
string	ls_empty[]

as_excludecols = ls_empty
as_excludecols = is_excludecolumns

Return upperbound(as_excludecols)
end function

     
Name Owner
No Data

     
Name Owner
systemfunctions.upperbound systemfunctions

     
Full name
No Data

     
Name Scope
No Data