Speed-up Vlookup

the following blocks are used with the barcode scanner to be able convert the expiry date reading format from the generic (for example 0625) to JUN - 2025 with separating the expiry year and month so I can set 2 labels for month and year.


those blocks are working fine except for having a lag between the code to get the year and the one to get the month as the steps to get the month are a little bit longer.
Are there a better and faster way to do it, so I get both results simultaneously.

That looks pretty efficient but I would think it might be quicker to use a Get Value block instead of the outer List of Values block.

I think the get value block will cause more lag, isn’t it ?

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.