there is a parameter in the function that is a list. Does anyone know what this is used for? Any code I've seen sets it to null. I can't find any documentation on this.
Dim MaxPrice As Int
MaxPrice = 23
WebView1.LoadHtml(DBUtils.ExecuteHtml(SQL, _
"SELECT ProductId, Name, Price WHERE Name = ? OR Price < ?" _
, Array As String("abc", MaxPrice), 0, True))