Closed RazTK closed 4 years ago
Right now it's broken. Here's a fix: Line 146: ElseIf(StringRight($jsonKeyboard,2) = '],') Then Line 147: $jsonKeyboard &= '[{"text":"' & $Keyboard[$i] & '",' Line 150: $jsonKeyboard &= '],'
ElseIf(StringRight($jsonKeyboard,2) = '],') Then
$jsonKeyboard &= '[{"text":"' & $Keyboard[$i] & '",'
$jsonKeyboard &= '],'
Hi @RazTK! Thank you for reporting this bug, it's fixed now! 👍
Right now it's broken. Here's a fix: Line 146:
ElseIf(StringRight($jsonKeyboard,2) = '],') Then
Line 147:$jsonKeyboard &= '[{"text":"' & $Keyboard[$i] & '",'
Line 150:$jsonKeyboard &= '],'