With the following code, is there a way use the StringOperation value as code to valorize Result as “ABC”?
Dim Source as String = “ABCDEF”
Dim StringOperation as String = “Left(Source, 3)”
Dim Result as String
Result = …
Any suggestion is appreciated
Thanks in advance
Pietro