lyledg 0 Posted November 28, 2004 Hey guysPlease can someone glance over this for me..I am trying to write a line of text to create a bacth file, when getting "Error in Expression" when running the script!For info: I am trying to call a logfile once the bacth file has run..GLOBAL $LOGFILNAME = GUICtrlCreateInput ("", 30, 195 , 300, 20)FileWriteLine($file, 'Echo Call C:\Program Files\Appname\logs\ "' & Guiread($LOGFILNAME)'" ' & @CRLF)What am I missing?Parentheses and I are not mates at the moment!Cheers Share this post Link to post Share on other sites
lyledg 0 Posted November 28, 2004 Thanks Larry, you come to rescue yet again! Much obliged... Just a question, Not sure if I am the only one struggling to get my head around parentheses, but is there a section in the helpfile that explains this a bit better? I could not find anything.. And if not would it be a good idea to add this at some stage, for newbies like me? Cheers mate. Share this post Link to post Share on other sites
this-is-me 6 Posted November 29, 2004 Get it right first. It's "apostraphe" not "parenthase", and yes, there is a section in the helpfile about them. Who else would I be? Share this post Link to post Share on other sites
lyledg 0 Posted November 29, 2004 Thanks for pointing that out...my mistake!.. Share this post Link to post Share on other sites