We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a52ba63 commit 3088efcCopy full SHA for 3088efc
src/CSVexpressions.cls
@@ -1763,7 +1763,7 @@ Private Function GetPowerSymbolPos(ByRef Expression As String) As Long
1763
tmpPos = GetOPeratorSymbolPos(Expression, op_power)
1764
Do While tmpPos
1765
tmpResult = tmpPos
1766
- tmpPos = GetOPeratorSymbolPos(Expression, op_power, tmpPos)
+ tmpPos = GetOPeratorSymbolPos(Expression, op_power, tmpPos + 2)
1767
Loop
1768
GetPowerSymbolPos = tmpResult
1769
End Function
0 commit comments