Wiki
Show
Ignore:
Timestamp:
03/19/09 03:38:41 (3 years ago)
Author:
Chuck.Esterbrook
Message:

Update How To's to match the current Cobra syntax and feature set.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • cobra/trunk/HowTo/186-UseArrays.cobra

    r1930 r1983  
    9393                 
    9494             
    95 class BinaryFileReader  
    96     is abstract 
     95class BinaryFileReader is abstract 
    9796    """ 
    9897    Abstract class that shows array handling for .NET binary file API.