Discussions
»
Product and Service Development
»
Formula Assistance
»
System Tester - Unable to paste clipboard contents because there is not enough space left in the formula
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
|
|
|
|
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]
|
|
|
|
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
|
|
|
|
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
|
|
|
|
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
|
|
|
|
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 |
Guest (Hidden)
|
Discussions
»
Product and Service Development
»
Formula Assistance
»
System Tester - Unable to paste clipboard contents because there is not enough space left in the formula
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.