of_setlineending


pfcapsrv.pbl   >   pfc_n_cst_inifile   >   of_setlineending   

Full name pfc_n_cst_inifile.of_setlineending
Access public
Extend of integer
Return value integer
Prototype public function integer of_setlineending(string)

Name Datatype
No Data

Name Datatype
No Data

public function integer of_setlineending (string as_lineending);//////////////////////////////////////////////////////////////////////////////
//
//	Function:  of_SetLineEnding
//
//	Access:  public
//
//	Arguments:
//	as_lineending   Line ending characters to use when writing to file
//
//	Returns:  integer
//	 1 = success
//	-1 = error
//
//	Description:
//	Sets the line ending characters that will be used when writing to INI file.
//	This depends on the platform currently being used.
//
//////////////////////////////////////////////////////////////////////////////
//
//	Revision History
//
//	Version
//	5.0.02   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.
//
//////////////////////////////////////////////////////////////////////////////

is_lineend = as_lineending
return 1
end function

     
Name Owner
pfc_n_cst_inifile.constructor pfc_n_cst_inifile

     
Name Owner
No Data

     
Full name
No Data

     
Name Scope
No Data