I get you. replace these lines:
 Code:
	$LDR = ("$lokalDrive_" + $L)
	$LDRIVE = execute ('$$LDR')
	? $LDRIVE     ; This variable has the value 0 when the variable $LDR have the value "$lokaldrive_G". What can i do to become the value \\filesrv001\log$  ???
	If $LDRIVE <> NULL


with these:
 Code:
	$LDR = "$$lokalDrive_" + $L
	$junk = execute ('$$LDRIVE="'+$LDR+'"')
	? $LDRIVE     ; This variable has the value 0 when the variable $LDR have the value "$lokaldrive_G". What can i do to become the value \\filesrv001\log$  ???
	If $LDRIVE <> ""
_________________________
!

download KiXnet