The MASM Forum Archive 2004 to 2012

Project Support Forums => PowerBASIC Low Level Code => Topic started by: hutch-- on December 20, 2009, 06:20:52 PM

Title: String shuffling application.
Post by: hutch-- on December 20, 2009, 06:20:52 PM
This is a take off from one of the masm32 source code examples and does much the same thing, it will randomly shuffle lines of text. The zip file has 2 batch files that show the type of things it will do, the shuffle algo is included and there is a reasonably fast tokeniser in the source code that left trims any junk and removes blank lines. This makes parsing a scruffy source a lot easier and faster.