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

Broken conversion from negative number to string #79

Closed
Lartu opened this issue Apr 29, 2019 · 2 comments
Closed

Broken conversion from negative number to string #79

Lartu opened this issue Apr 29, 2019 · 2 comments

Comments

@Lartu
Copy link
Owner

Lartu commented Apr 29, 2019

When a negative number (for example -12.2) is stored in a TEXT variable, a 0 is appended before it.

For example this:

data:
strVar is text

procedure:
store -12.989 in strVar
display strVar crlf

Displays 0-12.989.

@dgarroDC
Copy link
Collaborator

It's working fine for me, it displays -12.989. I think is was just a bug in the conflow test, I fixed it in Lartu/ldpltest#2.

@Lartu
Copy link
Owner Author

Lartu commented Apr 30, 2019

🤦‍♂️ Oooof.

Thank you very very much, haha!

@Lartu Lartu closed this as completed Apr 30, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants