If you add to the table flow,
To use it, I think you should save it on the table.
What are you gonna use this for?
Perhaps more different ideas can be produced. _________________
Posted: Thu May 30, 2019 11:53 am Post subject: Re: saving data in table
exohaxor wrote:
how to output a log.txt file to the table stream?
not to the normal files
If I am not misunderstanding what you want and according to @Parkour suggestion, here a sample:
Code:
data = 'E:\\HelloWord.txt'
local dataStream = createMemoryStream()
local content = dataStream.loadFromFile(data)
local bt = stringToByteTable('content')
for i, v in ipairs(bt) do
print(i - 1, string.format('%02X', v))
end
_________________
Stealing Code From Stolen Code...
And Admit It.. Hmmm....Typically LOL
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum