Komag
11 years agoRoku Guru
How important to use "As Dynamic" or "As Boolean"?
How important is it in my coding in all my function headings to add the "As Integer" or "As String" or whatever it's going to be?
So far I've NEVER used this in dozens and dozens of functions, and I've never had a problem (that I'm aware of).
- Is it just for my own benefit/clarity?
- Or is it more useful and important than that?
- Does it force type, such as boxing an intrinsic value? (Am I even saying that right?!)
- Is this something that would help eliminate Type mismatch errors, or could it lead to more of them?
So far I've NEVER used this in dozens and dozens of functions, and I've never had a problem (that I'm aware of).
- Is it just for my own benefit/clarity?
- Or is it more useful and important than that?
- Does it force type, such as boxing an intrinsic value? (Am I even saying that right?!)
- Is this something that would help eliminate Type mismatch errors, or could it lead to more of them?