Click or drag to resize

FortranLibADJUSTR Method

ADJUSTR(STRING) Adjust to the right, removing trailing blanks and inserting leading blanks. Argument Type and Attributes STRING must be of type character. Class Elemental function Result Type and Attributes Character of the same length and kind type parameter as STRING. Result Value The value of the result is the same as STRING except that any trailing blanks have been deleted and the same number of leading blanks have been inserted. Examples ADJUSTR (’WORDb’) has the value ’bWORD’.

Namespace: DotNumerics.FortranLibrary
Assembly: DWSIM.MathOps.DotNumerics (in DWSIM.MathOps.DotNumerics.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public string ADJUSTR(
	string s
)
Request Example View Source

Parameters

s  String

Return Value

String
Remarks
IBM XL Fortran for AIX
See Also