can you change text based on a formula without using the if statment.
for example.
sf = if(design = LRFD, "resistance factor", "shear factor"
Can the above be done by another method?maybe programming
Thanks
can you change text based on a formula without using the if statment.
for example.
sf = if(design = LRFD, "resistance factor", "shear factor"
Can the above be done by another method?maybe programming
Thanks