The MASM Forum Archive 2004 to 2012

Project Support Forums => PowerBASIC Low Level Code => Topic started by: hutch-- on December 24, 2007, 05:45:23 AM

Title: Fast flexible command line tokeniser.
Post by: hutch-- on December 24, 2007, 05:45:23 AM
Using the word tokeniser in the earlier example here is a fast small and very flexible command line tokeniser. It uses a 32k buffer so it will accept anything pointed at it including redirections at speeds that other techniques cannot dream about.

You no longer have to suffer COMMAND$ and PARSECOUNT AND PARSE$, this method will eat it alive.

[attachment deleted by admin]