We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
if (cond1) { set $valid_req TR; } if (cond2) { set $has_iims_info "${valid_req}UE"; } if ($has_iims_info = TRUE) { # success }
다음과 같이 조건마다 문자열로 변수에 "TR", "UE" 값을 추가해 최종 값이 "TRUE"인지 확인
"TR"
"UE"
"TRUE"
The text was updated successfully, but these errors were encountered:
cyjo9603
No branches or pull requests
문제발생
해결방법
다음과 같이 조건마다 문자열로 변수에
"TR"
,"UE"
값을 추가해 최종 값이"TRUE"
인지 확인The text was updated successfully, but these errors were encountered: