Hello,

I have a web form that I am wanting to just get the data and write that
data to a file on the server. I am new to vsp programming and have looked
at string_to_file in vsp and it seems to work, however my issue is that I
can only get that to work with strings I directly put in such as:
string_to_file('../vsp/test.txt', 'hello', -1);
I have an array in Javascript of all the values I want to place in the
file, but I cannot seem to find a way to add those data values to vsp
language so that I can use the string_to_file function and get my data
into the file.

Is this possible and if so, can anyone direct me in the right direction to
what function or a way to program vsp so that it can see my data?

Thank you for you time,

Dustin


------------------------------------------------------------------------------
_______________________________________________
Virtuoso-users mailing list
Virtuoso-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/virtuoso-users

Reply via email to