InStr like Vb and InStrLimited For genesys ?

Started by ToutEnMasm, July 19, 2006, 02:19:24 PM

Previous topic - Next topic

ToutEnMasm


I have write this functions for working with textfiles(terminated by 13,10) and also with zero terminated string.
InStr work exactly as in Vb
InStrLimited made the same thing as Instr and verify that the word found is surrounding at the left and at the right by authorized caracters.
This two functions are powerfull enough to replace all the others,they need a little work of translation,that all. If you want i can made a first translate of it.
                                      ToutEnMasm

                                   

Vortex

ToutEnMasm,

You are welcome. Please feel free to send here the translation. Also, can you supply some examples demonstrating the usage of your functions?

Thanks for your nice offer.

PBrennick

ToutEnMasm,
I can translate if you have no time.  Anexample of its use as Erol asked and an explanation of purpose would be nice.  I think I did a good job of finishing the translation of the last two functions you sent about Heap and Error Messages.

Paul
The GeneSys Project is available from:
The Repository or My crappy website

ToutEnMasm


Ok,for help to translate and the sample is made.
I have made the translate in winhelp syntaxe,IN out ,and with the most common names.
The sample show how to have the count of 'woop' in a phrase,with all sorts of writing.
                        ToutEnMasm

                               

[attachment deleted by admin]

PBrennick

#4
ToutEnMasm,
Thank you for your submission.  It will be added to the library tomorrow.  Today is my off day.

EDIT:  Your submission has been added to the library and I amattaching your demo to this post.

Thank you for your support.
Paul


[attachment deleted by admin]
The GeneSys Project is available from:
The Repository or My crappy website