AutoHotkey Community

It is currently May 27th, 2012, 1:23 pm

All times are UTC [ DST ]




Post new topic Reply to topic  [ 4 posts ] 
Author Message
PostPosted: June 21st, 2005, 9:29 am 
Offline

Joined: June 9th, 2005, 8:27 am
Posts: 31
Location: Germany near Cologne
although the window could show much more the length of a string shown is limited:

    Global Variables (alphabetical)
    --------------------------------------------------
    Ar01[87 of 259]: E:\Install\_System\User\AutoHotkey\_AHK-StarsLittleHelper-lo...

Chris: Would it be possible to change this ?

Problem: I have to include a workaround (StringRight) to see the rest of the string.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: June 21st, 2005, 12:31 pm 
Offline

Joined: March 2nd, 2004, 3:36 pm
Posts: 10720
It displays only the first 60 characters of each variable's contents so that more variables can be displayed in the window. This is because on Windows 9x, the window can only hold 64 KB of text (because it's an Edit control).

What length would you want it to display? Perhaps a command can be added to customize it.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: June 21st, 2005, 1:30 pm 
Offline

Joined: June 9th, 2005, 8:27 am
Posts: 31
Location: Germany near Cologne
Chris wrote:
What length would you want it to display?


Thats really a difficult question: I think 256 will be enough for most filenames and other variables.

Whats about an option to show the leftmost / rightmost 256 characters?

This would display most variables as they are and I could see the other end of the long ones without workaround.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: June 21st, 2005, 1:50 pm 
Offline

Joined: March 2nd, 2004, 3:36 pm
Posts: 10720
Thanks. I've added this to the to-do list.


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

All times are UTC [ DST ]


Who is online

Users browsing this forum: No registered users and 2 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