I am working on cleaning up these warnings, question
 Code:
function copy_files($personal,$desktop,$start,$server,$program)
DIM $file
;$server="$server+\icons$"
$file=$server + "icons$\" + $program
	if not exist ("$personal")


I get the warning that $personal is not declared here. What do i need to do to declare it?