Pages

Banner 468 x 60px

 

Friday, November 17, 2017

switch case in x++

0 comments
switch case in x++ :

static void Job3(Args _args)
{
    int i = 10;
    str output = "A";
    switch(i)
    {
        case 10:
            output = "B";
            i = i + 20;           
           
        case 20:
            output = "C";
            i = i + 10;
            break;
       
        case 30:
            output = "D";
            break;
    }
   
    info(strFmt("%1", i));
    info(output);

}

0 comments:

A financial dimension value is based on the record and has been used on a transaction. You cannot delete the record

  SOLUTION delete in table DimensionAttributeLevelValue base on Bank Account  :  and Delete the Bank Account FINISH