remove spaces at the end of lines in the command string
This commit is contained in:
@@ -444,6 +444,7 @@ namespace XYPlots
|
|||||||
{
|
{
|
||||||
int ptr = 0;
|
int ptr = 0;
|
||||||
Buff = Buff.Trim(" \r\n".ToCharArray());
|
Buff = Buff.Trim(" \r\n".ToCharArray());
|
||||||
|
while (Buff.Contains("> ")) Buff = Buff.Replace("> ", ">");
|
||||||
if (Buff.StartsWith("<<G "))
|
if (Buff.StartsWith("<<G "))
|
||||||
{
|
{
|
||||||
Buff = Buff.Substring(4);
|
Buff = Buff.Substring(4);
|
||||||
|
Reference in New Issue
Block a user