The Sort instruction in Vizzy considers number values as strings, so it result is wrong. Example is on the screenshot.

How to reproduce:
Create a list from number values in Vizzy, sort the list.

Bug Rejected Found in 0.9.704.0
Sandbox View

1 Comment

  • Log in to leave a comment
  • Profile image
    Dev Pedro

    Vizzy has non-defined variables and you can have many situations where both numbers and text are on the same list. To work around this you can add 0s to the left of the numbers (commonly called padding, you can use the "format" block for this), so even if they are sorted like strings, they will be in the expected order.

    3.0 years ago

No Upvotes

Log in in to upvote this post.