Hello friends
Is it possible to assign different values to the same cc number? That is to say...
on controller
If ($CC_NUM=3) "value 0"
end if
If ($CC_NUM=3) "value 1"
end if
If ($CC_NUM=3) "value 2"
end if
If ($CC_NUM=3) "value 3"
end if
end on
I need to assign different functions depending on the value but I don't know how to write it... 😅