This commit is contained in:
SchreiberM
2016-06-02 12:19:02 +02:00
4 changed files with 56 additions and 23 deletions

View File

@@ -2907,7 +2907,7 @@ Public Class frmConstructor_Main
Dim str = String.Empty
If DT_VWPMO_CONSTRUCTOR_FORMS.Rows.Count >= 3 Then
str &= ACT_EBENE_STRING
str &= System.Text.RegularExpressions.Regex.Replace(ACT_EBENE_STRING, "\s\(\d+\)", "")
str &= " - "
End If