Information may be Out-of-Date


This page about deprecated software versions is shown for
reference purposes only. Information on this page is not
maintained and may no longer be valid.
 

Please find the latest manual for Webserver Stress Tool here:

Manual Webserver Stress Tool (pdf)
 

Navigation: Contents   Index   Previous   Next

Additional Functions

Saving a String to a file:

a=savestringtofile("d:\temp\myfile”,mystring)

if a<>0 then

  data.log="Could not write file (result="+inttostr(a)+")"

end if

Loading a file into a string:

data.postdata=loadstringfromfile("D:\temp\mypostdata")

Navigation: Contents   Index   Previous   Next