Hi,
first time post here and have a quick question about the focus2.bas script. I am pretty experienced in coding, having worked for a software house using in-house languages and extensive asp work using VBscript etc, but the following code is baffling me
:negative
for i=s to -1
g=6*g/(b+6)
next i
return
what is it for, well what is the loop for? - the i variable is not being used in the calculation .....
The reason for understanding this is I want to modify the code to run in a different way, starting at a close manual focus (get_focus) and running in a predefined step out to infinity
TIA
Ian