What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » [?] Convert to Byte... Then Read Stuff

[?] Convert to Byte... Then Read Stuff
Author: Message:
SmokingCookie
Senior Member
****

Avatar

Posts: 815
Reputation: 15
30 / Male / Flag
Joined: Jul 2007
RE: [?] Convert to Byte... Then Read Stuff
What exactly do you have in mind?

code:
var MyDataBlock = Interop.Allocate(98); // String size is 48. Add NULL character: 1, makes 49. Unicode, so multiply by 2, makes 98.
MyDataBlock.writeSTRING(0 /* offset */,myString.substr(0,48) /* header */ );


This post was edited on 10-12-2008 at 10:59 AM by SmokingCookie.
10-12-2008 10:51 AM
Profile PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
[?] Convert to Byte... Then Read Stuff - by Spunky on 09-30-2008 at 11:57 PM
RE: [?] Convert to Byte... Then Read Stuff - by SmokingCookie on 10-12-2008 at 10:51 AM


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On