getbytes

  1. R

    Android Question [RESOLVED] Different results from: string.GetBytes, File.ReadBytes and RandomAccessFile.ReadBytes

    Experimenting with reading large files and writing data to SQLite. With this I noticed there are differences with the above 3 methods to get a byte array. For example testing with this string (either in a file or as a string): Phone¬Email¬Website¬Fax 13043¬FA512¬Pharmacy¬Community...
  2. M

    Bug? SmartString compiler bug (?)

    Hi everyone, i was using the UDPSocket to send some packets to my server. I noticed something weird, if i try to compile my code the compiler crashes saying: Sub Button1_Click For i=0 To 100 UDPSocket1.Initialize("UDP", 0, 2048) Dim Packet As UDPPacket Dim...
Top