6/10/2022

Axapta : หาค่าสูงสูดในตัวแปร Max

 

Axapta : หาค่าสูงสูดในตัวแปร Max

  1. static void MyMaxJob(Args _args)
  2. {
  3.     int test;
  4. ;
  5.  
  6.     test = max (100,120,300,400,500);
  7.  
  8.     info(int2str(test));
  9. }

No comments:

Post a Comment