problem with _StringFromFile

2003-10-14 Thread Veronica Baiceanu
Hi, I am trying to use _StringFromFile to read values for parameters of an HTTP Request. For instance, for the request parameter I can have: Name: parameterName Value: ${_StringFromFile(data.txt,)} where data.txt resides in the JMeter bin folder. data.txt contains values for parameterName,

RE: problem with _StringFromFile

2003-10-14 Thread BAZLEY, Sebastian
PROTECTED] Cc: [EMAIL PROTECTED] Subject: problem with _StringFromFile Hi, I am trying to use _StringFromFile to read values for parameters of an HTTP Request. For instance, for the request parameter I can have: Name: parameterName Value: ${_StringFromFile(data.txt,)} where data.txt resides

Re: problem with _StringFromFile

2003-10-14 Thread Veronica Baiceanu
Message - From: BAZLEY, Sebastian [EMAIL PROTECTED] To: 'JMeter Users List' [EMAIL PROTECTED] Sent: Tuesday, October 14, 2003 10:45 AM Subject: RE: problem with _StringFromFile Sorry, just noticed you had tried: C:\data.txt That might have to be C:\\data.txt or C:/data.txt S