Created
January 24, 2018 01:19
-
-
Save diogobaltazar/908250e05aa5120285d08b1fb3cc497a to your computer and use it in GitHub Desktop.
This file contains hidden or 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
if ((var as = Item.GetValue(TAXA_FIXA_IRS)) == "Sim") | |
{ | |
SetValueAndVisible(tbcpercentagemirs, PERCENTAGEM_IRS, WebControlType.TableCell); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What if condtions could hold var declarations as in a for-loop?