Re: bytes_to_int

new topic     » goto parent     » topic index » view thread      » older message » newer message

Using this code:

atom fn
fn = open("Results.txt","w")
for x = 0 to 255 do
	for y = 0 to 255 do
		printf(fn,"%d\n",bytes_to_int({y,x,0,0}))
	end for
end for


gives a file listing all integers from 0 to 65535

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu