B2026 053 find unlinked values of selected #795

Merged
mschill merged 28 commits from B2026-053-Find-Unlinked-Values-of-Selected into Development 2026-07-30 15:29:20 -04:00
Showing only changes of commit be744b40a3 - Show all commits
@@ -2193,7 +2193,6 @@ namespace Volian.Controls.Library
private string exactsearch(string SearchString) // B2026-053 private string exactsearch(string SearchString) // B2026-053
{ {
//string ss = "";
StringBuilder ss = new StringBuilder(); StringBuilder ss = new StringBuilder();
int sl = SearchString.Length; int sl = SearchString.Length;
int LstIdxSp = SearchString.LastIndexOf(' '); int LstIdxSp = SearchString.LastIndexOf(' ');