We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f0f7e1e + ebadd57 commit fb5a644Copy full SHA for fb5a644
Source/Libraries/Adapters/DynamicCalculator/DynamicCalculator.cs
@@ -213,7 +213,7 @@ public string VariableList
213
return;
214
215
// Build the collection of variable names with the new value
216
- foreach (string token in value.Split(';'))
+ foreach (string token in value.Split([';'], StringSplitOptions.RemoveEmptyEntries))
217
AddVariable(token);
218
219
// Perform alias replacement on tokens that were not explicitly aliased
0 commit comments