comparing int with string

  1. FERNANDO SILVEIRA

    Android Question Help: If wKey.Tag = ... is always FALSE

    Hello, guys... I'm working on the following code and the IF clause (If wKey.Tag = wTunesApp(wIndex) Then) always returns false. The Tag field values are 0, 1, 2 and 3... and wTunesApp(wIndex) = rnd(0, 4). I know that rnd() returns an int and Tag is a string... That could explain the false...
Top