LEN  | 
     
  DEVELOPER  | 
  ![]()  | 
Trail: PROIV Documentation > Developer > PROIV Developer > Developing Functions > Events and Logic > LEN
| 
   
  | 
  
   
  | 
| 
   Purpose  | 
  
   LEN determines the number of bytes in a string expression.  | 
| 
   Syntax  | 
  
   variable = LEN (operand)   | 
| 
   Operation  | 
  
   operand is any valid alphanumeric or wide character constant, variable, or expression.  | 
| 
   Remarks  | 
  
   The value returned is in terms of the number of bytes for alphanumeric strings, and number of characters for wide character strings.  | 
| 
   Example  | 
  
   Assume $A = ‘COMPUTER’ and $B = ‘XYZ’.   | 
Topic ID: 520074










  