News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

split up multiline string

Started by ecube, October 20, 2007, 07:15:54 AM

Previous topic - Next topic

ecube

anyone have any code handy that can split up a multi line string?
testsring byte "hello world",13,10,"how are",13,10,"you",13,10,0
break that into 3 different strings, hello word, how are and you? i'd really appreciate it, I got it to split first part fine rest having trouble with.

hutch--

Cube,

Have a look at the tokenisers in the masm32 library. You wqon't have any problems witrh speed at all.  :bg
Download site for MASM32      New MASM Forum
https://masm32.com          https://masm32.com/board/index.php

ecube

Thanks hutch I found documentation on the parseline procedure, appreciate the help.

actually readline works even better, fantastic! excellent job on masm32 :D couldn't be easier