PC SOFT

PROFESSIONAL NEWSGROUPS
WINDEVWEBDEV and WINDEV Mobile

Home → WINDEV 2024 → java code to WX
java code to WX
Started by jackP, Apr., 09 2021 8:21 PM - 4 replies
Posted on April, 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?
Registered member
68 messages
Posted on April, 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...
Registered member
68 messages
Posted on April, 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...
Posted on April, 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.
Posted on June, 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