Dear Bytes comunity...
I'm trying to speed-up the way I'm interacting with big strings.
I have an string with more than 2M caracteres and would not like to use the function mid$ to read, and change a specific character.
I'd like to use VARPTR or STRPTR, but I could not understand how to access the memory to get the content of a character directly.
Could somebody give me some help?
Best regards
Ricardo
I'm trying to speed-up the way I'm interacting with big strings.
I have an string with more than 2M caracteres and would not like to use the function mid$ to read, and change a specific character.
I'd like to use VARPTR or STRPTR, but I could not understand how to access the memory to get the content of a character directly.
Could somebody give me some help?
Best regards
Ricardo
Comment