I am having some problems with filemapping because of data loss.
The Dark Basic Professional App gets the string of data, but it would return a fraction of what I sent in the other app. I Used another Visual Basic App to get the string of data and it returns it fine. When I try to get it in the Dark Basic Professional App it would return somewhere around half of the string.
I would send something like "I want to send this string of data" and it would return "is string of data".
I found a picture on a site explaining filemapping and I think this is the problem of the Dark Basic Pro App.
Basically the data is divided into two parts which only one part is recieved by the the Dark Basic Professional App.
I am using the open filemap 1,"filemapping name" and read filemap string "filemapping name".
Is there a way to get the other missing data or the whole stream of data of the filemapping stream using a Dark Basic Professional command?
Question for creator of the Enhancements Pack plugin:
How could I solve my problem using Dark Basic Pro commands or how could I use your plugin to fix this problem.