Herlan
07-20-2009, 11:30 AM
hi all,
I need your help!
how to write these keywords in a TextFile
(SETQ ALG_AN60 "C:/Programme/CAD-COMP/AutoNORM 2009/")
However, I cannot add this " in front and behind?
CfgVerzeichnisOutput = String.Replace(CfgVerzeichnis, "\\", "/", true);
alg_anloc = "(SETQ ALG_AN60LOC "
alg_anloc_Pfad = String.Concat(alg_anloc, CfgVerzeichnisOutput.."/)");
TextFile.WriteFromString(CfgVerzeichnis.."\\acaddoc.lsp", alg_an_Pfad.."\r\n", true);
im confuse when i try to mix the quotation marks
I need your help!
how to write these keywords in a TextFile
(SETQ ALG_AN60 "C:/Programme/CAD-COMP/AutoNORM 2009/")
However, I cannot add this " in front and behind?
CfgVerzeichnisOutput = String.Replace(CfgVerzeichnis, "\\", "/", true);
alg_anloc = "(SETQ ALG_AN60LOC "
alg_anloc_Pfad = String.Concat(alg_anloc, CfgVerzeichnisOutput.."/)");
TextFile.WriteFromString(CfgVerzeichnis.."\\acaddoc.lsp", alg_an_Pfad.."\r\n", true);
im confuse when i try to mix the quotation marks