Search:

Type: Posts; User: stut

Search: Search took 0.08 seconds.

  1. Re: How to parse an multidigit in an sequence of particular digits

    No I need numeric values of this digits. So I do not understand why to convert int number to String and than get bytes of it. As I know: when I use string[0] it doesnt mean that is the first letter...
  2. How to parse an multidigit in an sequence of particular digits

    For example we have a number 1709. How to define every digit of the number. Should we cast type to string. Then to parse it with toCharArray method. And use the indexes to have an access to char...
Results 1 to 2 of 2