logo
Welcome Guest! To enable all features please Login or Register.

Notification

Icon
Error

Options
Go to last post Go to first unread
oem7110  
#1 Posted : Friday, April 16, 2010 4:15:17 AM(UTC)
oem7110

Rank: Advanced Member

Groups: Registered, Registered Users, Subscribers
Joined: 12/30/2005(UTC)
Posts: 120

Does anyone have any suggestions on how to solve the limitation of space within System Tester? "Unable to paste clipboard contents because there is not enough space left in the formula" Some variables are assigned to be OPT, and each formula coding requires to access this OPT value in order to perform the calculation, so I cannot create an indicator to be recalled for saving space within System Tester. Does anyone have any suggestions on how to solve this issue? Thanks in advance for any suggestions Eric
wabbit  
#2 Posted : Friday, April 16, 2010 8:04:29 PM(UTC)
wabbit

Rank: Advanced Member

Groups: Registered, Registered Users, Subscribers, Unverified Users
Joined: 10/28/2004(UTC)
Posts: 3,111
Location: Perth, Western Australia

Was thanked: 16 time(s) in 16 post(s)
If you post the code you want to appear in the tester, then maybe we could suggest some savings...


wabbit [:D]
oem7110  
#3 Posted : Friday, April 16, 2010 9:15:48 PM(UTC)
oem7110

Rank: Advanced Member

Groups: Registered, Registered Users, Subscribers
Joined: 12/30/2005(UTC)
Posts: 120

wabbit wrote:
If you post the code you want to appear in the tester, then maybe we could suggest some savings...


wabbit [:D]
What do you mean by posting the code to appear in the tester? When I create a new system, on each tab, there is a Formula box, when I paste all coding into this box, then it shows mentioned message for not having enough space. For example, DD:=OPT1; line1 ... containing variabe DD .. line2 ... containing variabe DD .. ... line30 ... containing variabe DD .. It is not possible to remove some coding into specific indicator to be recalled within this tester to save space, because each line requires to access the DD's value. Do you have any suggestions on how to solve this issue? Thanks in advance for any suggestions Eric
mstt  
#4 Posted : Friday, April 16, 2010 11:36:29 PM(UTC)
mstt

Rank: Advanced Member

Groups: Registered, Registered Users, Subscribers
Joined: 7/25/2005(UTC)
Posts: 1,042

Was thanked: 57 time(s) in 54 post(s)

Hi Eric

Use one of the 10 or so methods that are available to you to shorten the code for each window to less than 1024 characters.

1. Use short variable names. There are 16 letters of the alphabet that can be used as the sole character of a variable name.

2. If an expression is used more than once then assign it a short variable name rather than repeat the whole the expression multiple times.

3. I could go on but you probably get the picture.

Roy

wabbit  
#5 Posted : Saturday, April 17, 2010 1:56:40 AM(UTC)
wabbit

Rank: Advanced Member

Groups: Registered, Registered Users, Subscribers, Unverified Users
Joined: 10/28/2004(UTC)
Posts: 3,111
Location: Perth, Western Australia

Was thanked: 16 time(s) in 16 post(s)
Although Roy has mentioned some excellent methods to address the general problem Eric is having, it might not address the actual problem due to the fact we don't know what the actual problem is because we cannot see the intended code.

Please read and heed the sagely advice : http://forum.equis.com/forums/thread/30031.aspx
oem7110  
#6 Posted : Saturday, April 17, 2010 4:09:47 AM(UTC)
oem7110

Rank: Advanced Member

Groups: Registered, Registered Users, Subscribers
Joined: 12/30/2005(UTC)
Posts: 120

Thank everyone very much for suggestions I will try to replace long variable name with short one Thank you very much for suggestions Eric
Users browsing this topic
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.