[Implemented] Wish:: Fill memory
Posted: Mon Aug 17, 2009 7:51 pm
Hope, in next version I`ll find something like "FillMemory(*mem, value)" :roll:
http://www.purebasic.com
https://www.purebasic.fr/english/
It's in 4.40 beta 1.Fred wrote:Updated the first post to notice the PCRE update to 7.9, RemoveString() definition and the new FillMemory() command. The available type for fillmemory is #PB_Byte, #PB_Word and #PB_Long.
Code: Select all
FillMemory(Memory, Value, Size[, Type]) - Fill a memory area with specified value