@THIRU_NANI Good find!
For anyone who want to use new package there is a go around this bug by using DirectCast(variable, Object)
In this example:
{DirectCast(“ABC”, Object), DirectCast(124, Object)}
@THIRU_NANI Good find!
For anyone who want to use new package there is a go around this bug by using DirectCast(variable, Object)
In this example:
{DirectCast(“ABC”, Object), DirectCast(124, Object)}