2012년 3월 28일 수요일

Set and Return System Variables(시스템변수)


// Get the current value from a system variable
int nMaxSort = System.Convert.ToInt32(Application.GetSystemVariable("MAXSORT"));

// Set system variable to new value
Application.SetSystemVariable("MAXSORT", 100);

댓글 없음 :

댓글 쓰기