theVal = SELF if (not (theVal.IsNull)) then if (File.Exists(theVal.AsFileName)) then i = ImageWin.Make(theVal.AsFileName, theVal) i.setscaled(false) i.Open else MsgBox.Warning("File "+theVal+" not found.","Hot Link") end end