<lIsAScreen> is an optional logical paramepet to tell the function that the string is a screen image. The default value is TRUE.
Returns:
A Compressed version of the string or screen image.
Description:
GT_RleComp() uses a form of run length encoding to compress a string, This form of compression is only any good on strings that have a lot of repeating characters.
By default GT_RleComp() is optimized to compress screen images as returned by Clipper's SaveScreen() function. When compressing ``normal'' strings this optimisation will not work so you must tell the function to use the ``normal'' compression method.