07-21-2021 03:12 PM
need to turn this string: 60F87E00, into 60, F8, 7E, 00
07-21-2021 03:38 PM
Take a look at the functions available in the string palette and give it a try. Maybe String Subset and Concatenate in a loop would be a good start???
07-21-2021 06:07 PM - edited 07-21-2021 06:08 PM
Somebody here can probably reduce this to the size of a postage stamp.
EDIT: You can use Array to Spreadsheet to add commas, spaces etc. You should be able to figure it out.
07-21-2021 06:14 PM
@mshaske wrote:
need to turn this string: 60F87E00, into 60, F8, 7E, 00
Are you even sure this is a string? It looks suspiciously like a 32-bit integer and those are the values of the bytes.
07-21-2021 06:20 PM
07-21-2021 07:21 PM
@mcduff wrote:
@billko wrote:
@mshaske wrote:
need to turn this string: 60F87E00, into 60, F8, 7E, 00
Are you even sure this is a string? It looks suspiciously like a 32-bit integer and those are the values of the bytes.
You ruin all the fun. 😄
07-22-2021 10:39 AM
How's this:
07-22-2021 10:45 AM
So maybe each byte represents 8 status bits?
07-22-2021 10:50 AM
This is better: