Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » U++ Library support » U++ MT-multithreading and servers » How to pass vector/array of structs to witz?
How to pass vector/array of structs to witz? [message #40322] Fri, 19 July 2013 10:39 Go to previous message
Zbych is currently offline  Zbych
Messages: 325
Registered: July 2009
Senior Member
I have a data set like this:

struct DataSet{
	int data1;
	double data2;
	String data3;
};


Array<DataSet> set;


and I would like to pass it to witz script and be able to access it in the same way I can access data from sql querry (using row number and column name). Can you tell me how to do it?

 
Read Message
Read Message
Read Message
Previous Topic: Probable bug in Skylark and sessions
Next Topic: Skylark - serving CSS style sheets
Goto Forum:
  


Current Time: Sun Apr 28 16:52:58 CEST 2024

Total time taken to generate the page: 0.02504 seconds