Closed sebastieng-oss closed 3 months ago
V1: MyVar := "FalseOrTrue(""T"")"
V2 (Converted): MyVar := "FalseOrTrue(""T"")"
V2 (Expected): MyVar := 'FalseOrTrue("T")'
At the beggining V1 is Road := "=HYPERTEXT(""=https://www.mysite.com/Road="")"
This conversion is hard because it's in a function like syntax
I'll look at it soon
@Banaanae... I fixed this and will submit a PR
V1: MyVar := "FalseOrTrue(""T"")"
V2 (Converted): MyVar := "FalseOrTrue(""T"")"
V2 (Expected): MyVar := 'FalseOrTrue("T")'
At the beggining V1 is
Road := "=HYPERTEXT(""=https://www.mysite.com/Road="")"