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: Altaxo.Calc.Ode.Obsolete
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public string ADJUSTR(
	string s
)

Parameters

s  String

[Missing <param name="s"/> documentation for "M:Altaxo.Calc.Ode.Obsolete.FortranLib.ADJUSTR(System.String)"]

Return Value

String

[Missing <returns> documentation for "M:Altaxo.Calc.Ode.Obsolete.FortranLib.ADJUSTR(System.String)"]

Remarks
IBM XL Fortran for AIX
See Also