[Solved] PokeS(,,#PB_Ascii)
Posted: Wed Feb 17, 2021 9:39 am
Shouldn't the string stored in memory as an ASCII string ? this is not the case....
Code: Select all
*MemoireID = AllocateMemory(5000)
If *MemoireID
PokeS(*MemoireID, "PureBasic" ,#PB_Ascii)
ShowMemoryViewer(*MemoireID, 256)
FreeMemory(*MemoireID)
EndIf