How do I write a Codeblock with an If Statement like this?
If InString= “Unit” Then Outstring= "Count"
If InString= “Length” Then OutString = "M"
If InString = “Area” Then OutString="M^2"
If InString="Volume then OutSting=“M^3”
How do I write a codeblock that has inputs of a number and a String that will create a list of strings the length of the number
Thanks in advance this Forum is very supportive for learners.