Re: 24U 'post notification'
Re: 24U 'post notification'
- Subject: Re: 24U 'post notification'
- From: julifos <email@hidden>
- Date: Mon, 07 Jul 2003 13:59:26 +0200
>
If I should have found information about access <<data ...>> under some
>
particular terminology in the LG, what is that term?
And "data" should be anything not displayable with regular AS' expressions,
such as integers, reals, lists or whatever. Eg:
"k" as C string
--> <<data cstr6B00>>
A "C string" is defined as some value plus a *null* (typically ascii
character 0?). And AS representates it as a data value.
Built as:
"<<data " + related type + stuff + ">>"
Eg:
<<class cstr>> --> C String
<<class NMrc>> --> notification
"6B" --> integer 107 ==> ascii "k"
"00" --> null
(somebody with a more complete explaining of *data*?)
jj
________________
* brief info, ASLG, page 120
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.