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

func strmax

» 

Technical documentation

Complete book in PDF
» Feedback

 » Table of Contents

 » Index

String maximum. Returns the (constant) maximum size of a string.

Syntax

   strmax (source)  

Formal Declaration

   strmax:u32 (source:str) 

Parameters

source

Any string literal or variable. The result of this function is a constant. All strings have the same maximum length.

Examples

   $nmdebug > wl strmax("date"):"#"

   #2048



   $cmdat > = strmax(""),d

   #2048

Limitations, Restrictions

The maximum number of characters in a string currently is 2048.

Feedback to webmaster