Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- dBsee 4.6 - The Library - <b>dffisrem()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
dfFIsRem()
Controls if the actual line is a comment
------------------------------------------------------------------------------
Syntax:

     dfFIsRem(<cSource>) --> lRem

Parameters:

     <cSource>  String by which to control the accuracy

Returns:

     <lRem> Indicates if a comment was dealt with

Description:

     Permits to control one line of comment and indicates if the comment
     was dealt with.

Example:

     WHILE!dfFeof()
         IF!dfFIsRem(dffRead() )  // Elaboration
         ENDIF
         dfFSkip()
     END

See also:

     dfFOpen()

See Also: dfFOpen()

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson