markSaunders
Programmer
Is anyone aware of a resource/paper etc. that may be useful for highlighting some of the fastest methods to use when coding.
I find myself wondering such as...
what are the advantages (in terms of efficiency) in using the [tt]Select Case[/tt] v the [tt]IF/Then/Else[/tt] construct.
When does is make more sense to switch between the two?
Is the use of the [tt]OR[/tt] command more efficient in terms of speed as well as program run-time.
Which is faster - the [tt]While/DO[/dd] construct, the use of a Label: or some other looping mechanism?
just wondering anyways.... Mark Saunders
I find myself wondering such as...
what are the advantages (in terms of efficiency) in using the [tt]Select Case[/tt] v the [tt]IF/Then/Else[/tt] construct.
When does is make more sense to switch between the two?
Is the use of the [tt]OR[/tt] command more efficient in terms of speed as well as program run-time.
Which is faster - the [tt]While/DO[/dd] construct, the use of a Label: or some other looping mechanism?
just wondering anyways.... Mark Saunders