substring2

  1. FERNANDO SILVEIRA

    Android Question String cannot be cast to ...

    Hello Guys, I starded facing the following problem. Can anyone identify what am I doing wrong? Error occurred on line: 53 (Main) String cannot be cast to ... Line presenting the error: wWordEmpty.SubString2(0, wWordOK.Length - 1) ' <=== ERROR LINE 53 Sub Activity_Create(FirstTime...
  2. Rokko

    iOS Question Need to limit the entry of an editText field

    Hello to all, I need to limit the entry of an editText field to 6 digits. I tried the code Erel posted here: https://www.b4x.com/android/forum/threads/substring2-not-working-well-on-ios-8.51212/#content Sub TextField1_TextChanged (OldText As String, NewText As String) CallSubDelayed(Me...
Top