Last active
December 19, 2018 20:44
-
-
Save ambiorixg12/93c10f6820c5a357087d19734e7ac2c8 to your computer and use it in GitHub Desktop.
asterisk expressions
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
same=>n,GotoIf($[$["${profile_id:0:-1}"= "6"] & $["${version:0:-1}"<"7"]]?from-internal,970040015,1) | |
same=>n,GotoIf($[$["${profile_id:0:-1}"= "6"] & $["${version:0:-1}">="7"] & $["${version:0:-1}"<="8"]]?from-internal,970040010,1) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment