This is cut down program to demonstrate a fault I just cant fathom
The program simply deletes a record (No 17 for an example) in an array of 20 item by shuffling the other array values down and then assigning a default value to the last record. So values for 18 goes to 17, 19 goes to 18, 20 goes to 19
All well and good until I put the last record(20) values to the default 9999.. Both the 19 and 20th record values go to 9999. Same happens if I put the 19 record to 9999..... What is going on please?
The screen shot is of the logs..
This happens on B4A and B4J
The program simply deletes a record (No 17 for an example) in an array of 20 item by shuffling the other array values down and then assigning a default value to the last record. So values for 18 goes to 17, 19 goes to 18, 20 goes to 19
All well and good until I put the last record(20) values to the default 9999.. Both the 19 and 20th record values go to 9999. Same happens if I put the 19 record to 9999..... What is going on please?
The screen shot is of the logs..
This happens on B4A and B4J