' Use this file for your own VBScript-Functions to be called ' by QML components ' The content of this file serves sample purpose ' and can be deleted without risk, except that ' sample quest "component.htm" will not run anymore option explicit function componentTestTable(value1, value2, value3) dim xhtml dim oXhtml dim i xhtml = "" xhtml = xhtml & "
| Add | " & _ "Value 1 | Value 2 | Value 3 | " & _ "
|---|---|---|---|
| +" & i & " | " & _ "" & value1 + i & " | " & _ "" & value2 + i & " | " & _ "" & value3 + i & " | " & _ "