-
```
Operating system : windows 7
.Net Framework version : 4.0
Office Version : 2007
SeleniumWrapper version : latest
What is your issue ?
Hi guys,
Pls suggest me
I want to extract product data fro…
-
JIRA Issue: [KIEKER-750] Poster needs update
Original Reporter: Andre van Hoorn
***
Current version: [.pdf|/export/2316/kieker/poster/kieker-poster-v1.3-final.pdf] | .svg
Changes (to be com…
-
Yeah...
First of all, your project is quite interest and I wanted to try that out but... How about x86 Linux build one?
I know this a little bit old on some machines, but it's important to some pe…
-
One aspect about BASIC I dislike is that there are a number of functions that operates on a data types and thus are not easily discoverable. Take string for example. We need to know a number of string…
-
(edited) - I took input from @WaynePhillipsEA and @KDGundermann, and updated my proposal to use Tuples, similar to VB.NET
It happened again - I worked myself into a coding corner, and found myself pi…
-
The Intersection of Groups option is not working in Flex Display. Please refer to the screenshot below.
Purpose of this feature:
I would like to use this feature to pick the countries common to …
-
VB can't call the implicit ctype operator on dynamic objects. This code gives the runtime error: Can't convert from Test To String:
```vb
Option Strict Off
Option Explicit On
Module Program
…
-
```
Operating system : windows 7
.Net Framework version : 4.0
Office Version : 2007
SeleniumWrapper version : latest
What is your issue ?
Hi guys,
Pls suggest me
I want to extract product data fro…
-
```
Operating system : windows 7
.Net Framework version : 4.0
Office Version : 2007
SeleniumWrapper version : latest
What is your issue ?
Hi guys,
Pls suggest me
I want to extract product data fro…
-
Some suggestions based on my long experience with VB programming.
* Read/Write a String character like an array element:
```
Dim s As String
Dim c As Integer
s = "ABC"
c = s(2) ' 66
s(3) = &H…