BalticAmadeus / AblFormatter

Code formatter for Progress OpenEdge (ABL)
Apache License 2.0
5 stars 0 forks source link

:U gets parsed as an error #216

Open gustason opened 1 month ago

gustason commented 1 month ago

For example,

ThisLDB = SUBSTRING(BaseName,1,LENGTH(BaseName,"CHARACTER":U)

Gets parsed as this:

image