So dilettante, according to you I should more or less do the following: When I need a procedure and need it to return a value, I should use a Function. When I need a procedure and don't need it to return a value, I should use a Sub? If this is what scripters (and programmers) do, then I want...
Code Block II seems to work just as well as Code Block I. So why not deprecate the use of the "Sub...End Sub" construct in favor of "Function...End Function"? Functions seem to be superior to subs. They can do everthing that a Sub can do in addition to returning a value...
You can use a mixture of scripts in your web page that run both on the server and on the client simultaneously. Of course, you'll need separate <script></script> element pairs for the server-side scripts and for the scripts you want to have run on the client's computer. I'm sure the little code...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.