ContributionsMost RecentMost LikesSolutionsWrite data into CSVHi all, I need your help with an example in JScript to write the data into a csv file. Basically what I want to do is to open a csv file, go to the next line after the last record and to write one new value into a column named "Failed_Test" and the timestamp into another column named "Timestamp_Test". I implemented the driver, but I don't know how to write inside the csv. Best regards, CristianRe: Get file extensionThank you!Re: Completing TextBoxes with values from csv file using script.I found it, thanks!Get file extensionHi all, Is there any method to get the extension of one file in JScript? something like aqFileSystem. GetFileNameWithoutExtension Best regards, CristianRe: Completing TextBoxes with values from csv file using script.Hello, Can you help me with an example for JScript? Best regards, CristianRe: Variables in stored objects valueThank you very much Allen I have a question. My object exists but I don't know how to find the PropertyByName. This is the answer received. Can you help me with finding the property? --------------------------- TestComplete --------------------------- An exception occurred in the "Unit1" unit at line 878: Microsoft JScript runtime error 'Objects.Help_IE8.PropertyByName(...)' is null or not an object --------------------------- OK --------------------------- Regards, Cristian Variables in stored objects value Hi all, I have a question if I can use variables in a stored object value. I have a stored object with value property and I want to use a variable inside that is defined in the script Example In script I have var x=12 In stored object value I want to have www.test.com?id=x And when I will do a compare between url addres and stored object value Testcomplete to replace x with 12 and the comparation to pass. Can be done something like this? I only want to know how to reuse the variable x into the stored object value Regards, Cristian