From 9a3330fc630b35f56bf54d0076832cf205cc961a Mon Sep 17 00:00:00 2001 From: Kathy Date: Wed, 19 Jan 2011 16:14:34 +0000 Subject: [PATCH] --- PROMS/XYPlots/XYPlots.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/PROMS/XYPlots/XYPlots.cs b/PROMS/XYPlots/XYPlots.cs index 70d310de..3d40b215 100644 --- a/PROMS/XYPlots/XYPlots.cs +++ b/PROMS/XYPlots/XYPlots.cs @@ -947,6 +947,8 @@ namespace XYPlots tstr = str.Substring(stridx, idx - stridx); stridx = idx + 1; } + else + stridx = str.Length + 1; PrintText(tstr, pg, vgOutput); MoveRelative(0, -CHIGHDOTS); }