01-26-2023 03:30 PM
Hello,
Solved! Go to Solution.
01-27-2023 02:44 AM - edited 01-27-2023 02:45 AM
Attached code snippet to add similar
01-27-2023 03:14 AM
01-27-2023 04:39 AM - edited 01-27-2023 04:43 AM
Pazhanivel Thiruvenkadam, Thanks for your answer, Iwould like please to put in one table (in the table on sum values): Easy: the value of its sum Hard: the value of its sum Very Hard: the value of its sum Medium : the value of its sum How do I proceed please?
01-27-2023 04:42 AM - edited 01-27-2023 04:45 AM
I want to put the sum in my table in the format:
Easy: value of sum
Hard: value of sum
Very easy: value of sum
How do I proceed please?
Here is the vi
Thanks
01-27-2023 04:57 AM
Few Points on your implementation.
1. If your array size remains same you can initialize with 3 Elements instead of 10.
2. Also Array Starts with 0 as Index and you are extracting Index Numbers from Label.Txt (Radio 1) so you can use -1 before replacing your data so that you will get your array starting from 0
01-27-2023 05:11 AM
Hi PalanivelThiruv
I am very sorry but I didn't understand what to do. Sorry,
Can you show me please please?
Thanks
01-27-2023 05:16 AM
Hello Steph 2,
Please find the attached code modified even my suggestions
01-27-2023 05:19 AM
Thanks you very much