Hello I have a problem I can not write in Arabic in Tor BlackBerry 9630 4.1.0.40 (platfrom v4.1.40)

Hello I have a problem I can not write in Arabic in Tor BlackBerry 9630 4.1.0.40 (platfrom v4.1.40)

i want those dukes, lol.
import java.util.StringTokenizer;
import java.util.ArrayList;
public class StringTokens{
public static void main(String[] args) {
     new StringTokens();
public StringTokens(){
     String change = "10 20 30 40";
     ArrayList changenumbers = new ArrayList();
     StringTokenizer st = new StringTokenizer(change);
     while(st.hasMoreTokens()){
     changenumbers.add(st.nextToken());
     if(changenumbers.size() > 0){
     int[] numbers = new int[changenumbers.size()];
     for(int i = 0; i < changenumbers.size(); i++){
     try{
     numbers[i] = Integer.parseInt((String)changenumbers.get(i));
     } catch (NumberFormatException e){
     numbers[i] = 0;
     for(int i = 0; i < numbers.length; i++){
     System.out.println("Number: " + numbers);

Similar Messages

Maybe you are looking for

  • Dump Error : Unable to Interpret '/'

    Hello,          we are trying to upload Material Master, where we have a Custom Field, this custom field is defined as NUMC(10) data type in BMMH1-YYD_YMANU and also in MARC table. And this field has been customized in Material Master in a seperate s

  • Printing the data in "Textarea with HTML editor" item in APEX as pdf

    Hello, I have a requirement which goes like this. The user enters data in the HTML editor in APEX. All the tools available in the HTML toolbar will be used (eg. bulleted points, tables etc.). This data is stored in a single cell in the database. This

  • Currency exchange rate differences in rebate agreement settlements

    Hi Experts, My customer has issue in Rebate agreements and final settlements. ISSUE: Rebate agreement currency is EUR Billing document currency is EUR Company code currency is SEK Initially ( Before final settlement) The accrual amount in sales volum

  • Chroot SFTP on Solaris 10

    Hi everyone, Does any know how to implement chrooted sftp on solaris 10? I found an very good articale about this on the internet -http://www.brandonhutchinson.com/chroot_ssh.html. But it deals with ssh from the open source community(OpenSSH). The ss

  • Query to find the maximum and second maximum

    i have a table temptab of 3 columns col1 col2 col3 1 a 08-JAN-08 1 a 09-JAN-08 1 a 10-JAN-08 1 b 10-JAN-08 1 c 11-mar-08 1 c 10-mar-08 i want to select 1st maxm and 2nd maxm of col3 group by (col1,col2) o/p will be like 1 a 10-jan-08 08-jan-08 1 b 10