Axapta : หาค่าสูงสูดในตัวแปร Max
- static void MyMaxJob(Args _args)
- {
- int test;
- ;
- test = max (100,120,300,400,500);
- info(int2str(test));
- }
No comments:
Post a Comment