ADJUSTL(STRING)
Adjust to the left, removing leading blanks and inserting trailing 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 leading blanks
have been deleted and the same number of trailing blanks have been inserted.
Examples
ADJUSTL (’bWORD’) has the value ’WORDb’.
Namespace: Altaxo.Calc.Ode.ObsoleteAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static string ADJUSTL(
string s
)
Parameters
- s String
[Missing <param name="s"/> documentation for "M:Altaxo.Calc.Ode.Obsolete.FortranLib.ADJUSTL(System.String)"]
Return Value
String[Missing <returns> documentation for "M:Altaxo.Calc.Ode.Obsolete.FortranLib.ADJUSTL(System.String)"]
Remarks
IBM XL Fortran for AIX
See Also