How to use JSL to split a contiguous binary file into segments in bytes?
This is what happens after reading binary files with JSL:It's segmented by 12 bytes
b = Load Text File( "……\abc.spr", blob() );Thanks Experts!