Carlos_de_Sa
14th August 2008, 14:33
Some instruction to hinder zoom, under “before.zoom” label? Example:
before.zoom:
if xpto = 1 then
attr. zoomsession$ = "xxxxxxxxxxxx”
attr.zoomreturn$ = “ppttt000.ffff”
else
if xpto = 2 then
attr. zoomsession$ = "yyyyyyyyyy”
attr.zoomreturn$ = “ppttt999.ffff”
else
|????? (hinds zoom, no session available in this case)
endif
endif
Thanks,
Carlos
before.zoom:
if xpto = 1 then
attr. zoomsession$ = "xxxxxxxxxxxx”
attr.zoomreturn$ = “ppttt000.ffff”
else
if xpto = 2 then
attr. zoomsession$ = "yyyyyyyyyy”
attr.zoomreturn$ = “ppttt999.ffff”
else
|????? (hinds zoom, no session available in this case)
endif
endif
Thanks,
Carlos