[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
  XPhexLStrip()
  Strip all Low ASCII characters from a String
------------------------------------------------------------------------------

  Function:    XPhexLStrip()

  Syntax:      XPhexLStrip(cString) --> cLStrippedString

  Arguments:   <cString> is any string. The result is a String
               where all ASCII chacacters under 32 excluded have been
               replaced by dots ('.').

  Returns:     See arguments.

  Usage:       XPhexLStrip("AB") --> "AB"
               XPhexStrip(chr(254)+'Pepijn'+chr(0)+chr(1)) --> ".Pepijn.."

See Also: XPhexStrip()
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson