B4R Question Can not find actual rRandomAccessFileLibrary [solved]

Hans- Joachim Krahe

Active Member
Licensed User
Longtime User
... where to search? Feel myself stupid...:(, but guess, joinbytes

B4X:
Dim b() As Byte = JoinBytes(Array("abcde".GetBytes("utf8"), "fghij".GetBytes("utf8"), "klmnop".GetBytes("utf8")))


crashes because of version 1.8...


ok, just needed to erase ("utf8") from example :)
 
Last edited:

klaus

Expert
Licensed User
Longtime User
It is part of B4R.
It is located in the Libraries folder of the B4R installation.
The current version is 1.90 in B4R version 2.51.
If you have rRandomAccessFile files in the AdditionalLibraries folder, delete them.
 
Upvote 0
Top