chrisb4748 Posted June 16, 2021 Report Posted June 16, 2021 Hi Everyone, I am working with a CJ2H-CPU68-EIP. I have incoming data which is 20 characters long. The storage table which will hold the data is 1600 array and I am looking to find a way to keep my most recent stored in the array at the top of the table. I've tried using a LIFO but has been unsuccessful. Could someone give me a bit of advise on how to make this possible? Many Thanks, Chris Quote
Wasan Posted June 16, 2021 Report Posted June 16, 2021 For 20 characters is mean use D 10 words? Assume that in D0 - D9 then could you split data on to 10 tables such as D0 -> table D1000 - D2599 D1 -> table D2600 - D5199 . . D9 -> table D15400 - D16999 then use LIFO to call back data to be in 20 character length words (such as D100 - D109) Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.