Hi; I have the following code below to automatically increase the string instead of having to manually enter each character.
The code works as intended. However I would prefer a hyphen instead of an equal sign for the divider. The problem is that when I replace the equal sign with a hyphen, the output value of the string shrinks remarkably despite using the same counter. And after setting the counter to 200, anything over that number seems to be ignored when I use the hyphen character. Am I correct in my observation?
Thanks in advance for your responses.
Lode
You are trying to fill the span of the entire screen with the divider ?
Hi thanks for responding. No! I want to draw a horizontal divider line between two Objects that looks like this:
-----------------------------------------------------------------------
The length you see of the line here, is about right but for reasons I can't figure out, my little code doesn't seem to go beyond 150 characters when
using a hyphen (-). Yet when I use this symbol "=" (no quotes), it works.
I searched online but can't find and answer why this is so.
Have a great day still. Tnx

- 2008.02.18
- Forex Trader
- www.mql5.com
Mr. Roeder;
You did it again! Thank you. I wish I had 10% of your knowledge.
Lode

- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
You agree to website policy and terms of use
Hi; I have the following code below to automatically increase the string instead of having to manually enter each character.
The code works as intended. However I would prefer a hyphen instead of an equal sign for the divider. The problem is that when I replace the equal sign with a hyphen, the output value of the string shrinks remarkably despite using the same counter. And after setting the counter to 200, anything over that number seems to be ignored when I use the hyphen character. Am I correct in my observation?
Thanks in advance for your responses.
Lode