add vectorbehaviour property

This commit is contained in:
Jonathan Jenne
2019-10-17 14:43:26 +02:00
parent c8eab919ef
commit a2268dc7fa
6 changed files with 39 additions and 19 deletions

View File

@@ -46,12 +46,6 @@
End If
Return value
'If isVector Then
' Return $"{PREFIX_VECTOR}{value}"
'Else
' Return value
'End If
Catch ex As Exception
LOGGER.Error(ex)
MsgBox($"Error in GetValue: {ex.Message}", MsgBoxStyle.Critical)