Hello,
I'm trying to use fread on eclipse, but it does not having the expected behavior.
My code is:
hello_world2() -> io:fread('enter->\n', "ff").
Outside de Eclipse works, (shell erl) I type two float numbers and press enter, and the input finished.
But on Eclipse console don’t work.
What is wrong?
Thanks!
Hello,
I'm trying to use fread on eclipse, but it does not having the expected behavior.
My code is:
hello_world2() -> io:fread('enter->\n', "
ff").Outside de Eclipse works, (shell erl) I type two float numbers and press enter, and the input finished.
But on Eclipse console don’t work.
What is wrong?
Thanks!