[Implemented] Wish:: Fill memory

Got an idea for enhancing PureBasic? New command(s) you'd like to see?
rodego
User
User
Posts: 10
Joined: Thu Nov 08, 2007 7:39 pm

[Implemented] Wish:: Fill memory

Post by rodego »

Hope, in next version I`ll find something like "FillMemory(*mem, value)" :roll:
eesau
Enthusiast
Enthusiast
Posts: 589
Joined: Fri Apr 27, 2007 12:38 pm
Location: Finland

Post by eesau »

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.
It's in 4.40 beta 1.
User avatar
ts-soft
Always Here
Always Here
Posts: 5756
Joined: Thu Jun 24, 2004 2:44 pm
Location: Berlin - Germany

Post by ts-soft »

Code: Select all

FillMemory(Memory, Value, Size[, Type]) - Fill a memory area with specified value
PB 4.40 b1
PureBasic 5.73 | SpiderBasic 2.30 | Windows 10 Pro (x64) | Linux Mint 20.1 (x64)
Old bugs good, new bugs bad! Updates are evil: might fix old bugs and introduce no new ones.
Image
Post Reply