Message 1 of 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
I'm trying to calculate an expression in a string to create a double in iLogic.
I've done som e searching and I think is DataTable is the best way of solving that. I try with the the row below.
result = New DataTable().Compute("1 + 2 * 7", Nothing))
But I get that DataTable is not defined..
I tried with different imports like..
Imports System.Data
But nothing works.
Does anybody know what I should import to get this working in iLogic or do anybody have another solution how to calculate string expressions?
Regards
Rikard
Solved! Go to Solution.