HPlogo System Debug Reference Manual: HP 3000 MPE/iX Computer Systems > Chapter 8 System Debug Standard Functions

func strrtrim

» 

Technical documentation

Complete book in PDF
» Feedback

 » Table of Contents

 » Index

String right trim. Deletes trailing blanks from the source string.

Syntax

   strrtrim (source)

Formal Declaration

   strrtrim:str (source:str)

Parameters

source

The string from which all trailing blanks are to be deleted.

Examples



   $nmdebug > wl strrtrim("  A string with extra blanks.  "):"qo"

   "  A string with extra blanks."



   %cmdebug > = strltrim(strrtrim("   ABCD    "))

   "ABCD"

Delete both leading and trailing blanks.

Limitations, Restrictions

none

Feedback to webmaster