PC SOFT

GRUPOS DE DISCUSSÃO PROFISSIONAL
WINDEVWEBDEV e WINDEV Mobile

Inicio → WINDEV 2024 → java code to WX
java code to WX
Iniciado por jackP, abr., 09 2021 8:21 PM - 4 respostas
Publicado em abril, 09 2021 - 8:21 PM
I'm working on a translation of a java code routine into my Windev app.

Can someone translate this java code into the equivalent WX code?

String[][] _5_minute_array = {{"7", "4", "1"}, {"8", "5", "2"}, {"9", "6", "3"}}

I believe it's supposed to mirror the standard telephone keyboard?
Membro registado
68 mensagems
Publicado em abril, 09 2021 - 9:29 PM
arr5MinuteArray is array of 3 by 3 strings = [["7", "4", "1"], ["8", "5", "2"], ["9", "6", "3"]]
This would give you
arr5MinuteArray[1,1] = "7"
arr5MinuteArray[2,1] = "8"
arr5MinuteArray[3,1] = "9"
but in JS it would be 0 - 2

--
Sometimes waiting is the best way forward...
Membro registado
68 mensagems
Publicado em abril, 09 2021 - 9:34 PM
I think the braces would cause an error is JS
See - https://www.javascripttutorial.net/javascript-multidimensional-array/

--
Sometimes waiting is the best way forward...
Publicado em abril, 15 2021 - 2:29 PM
Thanks for the help...I guess I was confused with the "String[][]" and three sets of data. Stuck that this was a 2x3 array with 3 sets of data?
I assume that in java, the "[][]" just means more than a one-column array.
Publicado em junho, 08 2021 - 2:21 PM
Thank you so much for sharing all this wonderful information !!!! It is so appreciated!! You have good humor in your blogs. So much helpful and easy to read!
https://www.sevenmentor.com/java-training-classes-in-pune.php