ReadMemory()

Just starting out? Need help? Post your questions and find answers here.
BackupUser
PureBasic Guru
PureBasic Guru
Posts: 16777133
Joined: Tue Apr 22, 2003 7:42 pm

Post by BackupUser »

Restored from previous forum. Originally posted by ricardo.

This command do not exists?
I take it from one example here in the forum and get a message "not a function, array..."

Im missing something?
BackupUser
PureBasic Guru
PureBasic Guru
Posts: 16777133
Joined: Tue Apr 22, 2003 7:42 pm

Post by BackupUser »

Restored from previous forum. Originally posted by Franco.

Hi Ricardo,
In the help file -> History you will find that with Version 2.6 ReadMemory is renamed to
ReadData. It is part of the File Library.
The only thing you have to do is to rename it and your code should work.



Have a nice day...
Franco
BackupUser
PureBasic Guru
PureBasic Guru
Posts: 16777133
Joined: Tue Apr 22, 2003 7:42 pm

Post by BackupUser »

Restored from previous forum. Originally posted by Franco.

BTW: WriteMemory is changed to WriteData.
I changed my AddLine Procedure in the 'Tips and Tricks' section of this forum.



Have a nice day...
Franco
BackupUser
PureBasic Guru
PureBasic Guru
Posts: 16777133
Joined: Tue Apr 22, 2003 7:42 pm

Post by BackupUser »

Restored from previous forum. Originally posted by ricardo.
Hi Ricardo,
In the help file -> History you will find that with Version 2.6 ReadMemory is renamed to
ReadData. It is part of the File Library.
The only thing you have to do is to rename it and your code should work.



Have a nice day...
Franco
Thanks !!
i will try

Regards

Ricardo
Post Reply