Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

error, string template floating point formatting #1391

Open
larshp opened this issue Feb 24, 2024 · 1 comment
Open

error, string template floating point formatting #1391

larshp opened this issue Feb 24, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@larshp
Copy link
Member

larshp commented Feb 24, 2024

DATA lv_value TYPE f.

lv_value = 1.
DO 25 TIMES.
  lv_value = lv_value / 10.
ENDDO.

WRITE |{ lv_value }|.
@larshp larshp added the bug Something isn't working label Feb 24, 2024
@larshp
Copy link
Member Author

larshp commented Mar 1, 2024

still not working

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Development

No branches or pull requests

1 participant