AutoHotkey Community

It is currently May 27th, 2012, 9:16 am

All times are UTC [ DST ]




Post new topic Reply to topic  [ 3 posts ] 
Author Message
PostPosted: December 1st, 2011, 8:45 pm 
Offline

Joined: May 16th, 2010, 2:38 pm
Posts: 185
hello
it seems like saving of clipboardall content doesn't work for objects fields, here is an example:
Code:
v := ""
v := clipboardall
o := object()
o.v := clipboardall
Msgbox % VarSetCapacity( v ) "`n" o.GetCapacity( "v" )

the output soem thing like
Code:
176
0    ;always 0


and code like this
Code:
v := ""
v := clipboardall
o := object()
o.v := v
Msgbox % VarSetCapacity( v ) "`n" o.GetCapacity( "v" )

gives an output
Code:
176
30    ;always 30

_________________
Crypt|QMsgBox|PUM|Quick Cliq|WinClipboard


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: December 1st, 2011, 8:55 pm 
Offline

Joined: December 26th, 2010, 7:40 pm
Posts: 4172
Location: Awesometown, USA
Not a bug. See here

_________________
Autofire, AutoClick, Toggle, SpamWindow Control Tools
Recommended: AutoHotkey_L


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: December 1st, 2011, 9:01 pm 
Offline

Joined: May 16th, 2010, 2:38 pm
Posts: 185
ok, thanks

_________________
Crypt|QMsgBox|PUM|Quick Cliq|WinClipboard


Report this post
Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 3 posts ] 

All times are UTC [ DST ]


Who is online

Users browsing this forum: No registered users and 4 guests


You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Powered by phpBB® Forum Software © phpBB Group