Stuck? Need help? Ask questions on our forums.

View \PARSE.PAS

FULLDB version 1.3

Submitted By: Unknown
Rating: (Not rated) (Rate It)


unit parse;

{ Unit to parse strings & demonstrate FULLDB }

{ Compile in the regular way, then run
     FULLDB parse
  to add debugging information from PARSE.OBJ to PARSE.TPU.  }


interface

function wordcount(s:string):integer;
{ Count the words in s with blanks as delimiters }

function getword(n:integer;s:string):string;
{ Get word n from string s }

implementation

function wordcount; external;

function getword; external;

{$L parse.obj}

end.

corner
© 1996-2008. All rights reserved. Reproduction in whole or in part, in any form or medium without express written permission is prohibited.
Violators of this policy may be subject to legal action. Please read our Terms Of Use and Privacy Statement for more information.
Publisher: Lars Hagelin.
bootstrapLabs Logo A bootstrapLabs project.