If you are using *buntu/Mint etc (and maybe other distros) you could try
this: -
*Public Sub Form_Open()**
**Dim sKBFile As String[] = Split(File.Load("/etc/default/keyboard"),
gb.NewLine)**
**Dim sLine As String **
**
**For Each sLine In sKBFile**
** If sLine Begins "XKBLAYOUT" Then **Print
On 09/09/17 17:24, Brad Doyle via Gambas-user wrote:
Anyone have any working example of JSON parsing. Following the example I found
online, I can get the list of primary keys, but any attempt to access any of
the columns results in a NULL return. Once the decode is executed I get the key
value
Hello,
Damned, my program crashed Gambas!
I missed out the "B" in "" so "" caused the crash.
If siFindEnd > 1 Then sFind[iCount2] = Replace(sFind[iCount2],
sFindString, "" & sFindString & "")
Regards,
Charlie Ogier
FindFi