I have a document buffer not created by MemoryEx and I can get a specific character with:
but how do I get a range of characters from the buffer giving a start and end point so I have a character string to parse?
Code:
local Char = MemoryEx.String(Buffer,Char_At_Pos,MEMEX_ASCII)
Comment