001. xfnGetConf

xfnGetConf 함수

구문

반환값

참고

예제

코드

'UserId 환경변수 값을 읽어옵니다.

?xfnGetConf("UserId")

jbh5310

?xfnGetConf("GroupId")

xTD21_Admins

'GroupId 환경변수 값을 수정합니다.

?xfnSetConf("GroupID","AdminGroups") 

True

'변경된 GroupId 값을 읽어옵니다.

?xfnGetConf("GroupId")

AdminGroups

'새로운 사용자 환경변수 DeptId를 정의합니다.

?xfnSetConf("DeptId","Sales")

True

?xfnGetConf("DeptId")

Sales

'정의되지 않은 환경변수를 읽어옵니다.

?xfnGetConf("AdminUser")

#ERROR