Jump to content

Recommended Posts

Posted

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

Posted

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)

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...