well, as an example, I take this
code:
USE Q: /DELETE
SELECT
CASE INGROUP("BH.EZV")
USE Q: "\\BH-EZArchiv-01\EASY$"
ENDSELECT


I don't know the speed of these selects and ifs but I would prefer to if as it's not so complex. and I think it's little bit faster too when used in this kindof simple way.
code:
USE Q: /DELETE
if INGROUP("BH.EZV")
USE Q: "\\BH-EZArchiv-01\EASY$"
endif

and then "$" is kix-symbol for variables and that makes it reserved. use instead in strings "$$" as

code:
USE Q: /DELETE
if INGROUP("BH.EZV")
USE Q: "\\BH-EZArchiv-01\EASY$$"
endif

that's all I came up with. maybe somebodys eye catches better...

_________________________
!

download KiXnet