Re: About integers
Re: About integers
- Subject: Re: About integers
- From: Emmanuel <email@hidden>
- Date: Tue, 1 Mar 2005 17:49:34 +0100
At 11:10 AM -0500 3/1/05, francois.houle wrote:
I was told that it should be possible to use applescript to add 32 bit
unsigned integers to a text file
Basically what I want to do is get a user name and a password that the user
would put in through prompts and transform the result of those into the 32
bit unsigned integers that get written to a blank text file.
Would that even realy be possible ?
It's not clear for me what exactly you want to know, but regarding
writing integers maybe what you want is:
-----------------
write the_integer to the_file as integer
-----------------
This will append to the_file the binary (IEEE) (signed, I think)
32-bit integer representation of the_integer.
More details regarding storage of numbers in files with AppleScript at:
<http://www.satimage.fr/software/en/as_data_files.html>
Emmanuel
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden