I am trying to validate all the user input before I save it. I have been using the Else/If and it turned out very messy and hard to follow/edit. Any suggestions on a better way to go about this?
It looks something like this
If not valid name then
error
else
if not valid ssn then
error
else
if not blah blah and so on...
endif
endif
thank you!
It looks something like this
If not valid name then
error
else
if not valid ssn then
error
else
if not blah blah and so on...
endif
endif
thank you!