[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 FN_NONULL()
 Strip a string of trailing nulls
------------------------------------------------------------------------------
 Syntax
 
      fn_noNull( cStr ) -> cNewStr
 
 Arguments

     <cStr> - The string to be stripped of nulls

 Returns

     <cNewStr>

 Description

     Given a string <cStr>, fn_noNull() strips any trailing NULLs,
     [ chr(0) ] from the end.  If there are no nulls, the entire
     string is returned.

 Examples


 Source: N:\SRC\MISC\NONULL.PRG

 Author: Steven Tyrakowski

This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson