Jump to content

Recommended Posts

Posted

Hi,

I would like to to place a return of $BinarydData into the script

Local $txt = @ScriptDir &"\test.txt"
Local $read = FileOpen($txt, 16)
Local $BinarydData = FileRead($read)

So then i could use something like :

_FileReadToArray($BinarydData, $FileArray)

What might be the clearest way of doing so ..

TIA

Posted

@Subz

The point is reading the file to array but from within the script (from data) instead of needing to create and write the array in plain text , also avoiding fileinstall ..

thanks

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...