Thank you, sir.
Hello, I have an array of String but I do not know how many elements in it. If the user put 3 elements in the array then the total of index = 3. How can I scan all the elements array if it is not equal to '' (meaning NULL) and get the total of index in the array? Thank you in advance
Hello, I have an array of String but I do not know how many elements in it. If the user put 3 elements in the array then the total of index = 3. How can I scan all the elements array if it is not equal to '' (meaning NULL) and get the total of index in the array? Thank you in advance
Hello, I have an array of String but I do not know how many elements in it. If the user put 3 elements in the array then the total of index = 3. How can I scan all the elements array if it is not equal to '' (meaning NULL) and get the total of index in the array? Thank you in advance
Hi, I want to create an crane configuration which used the I_btNavigate: BYTE (BITWISE: 0=up, 1=down, 2=Next, 3=Previous, 4=Cancel, 5=Ok) to control the configuration table. To define the crane configuration, the operator can choose whether to enter the model number or fill the crane selection manually. In addition, the chart code contains 9-digits including: Type: String (One digit). MB Length: Real (Two-digit). Jib Length: Real (Two-digit). Offset: Real (One-digit). CW weight: Int (One-digit)....