smartstring

  1. knutf

    B4J Question I wonder about maps: Use objects as key and Using smartstring as key

    Hello My first wonder: B4X language guid states about map collections that "The key should be a string or a number". Why is that true? I've been using objects as key a lot and for me it seems to work without problems! My other wonder: I have a problem where I want to use 2 numbers as a key in...
  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