Robocore scanf

Hello fellow Husarion’s!

I’m having problem with putting whole int value to RoboCORE (it only gets one char at a Time). Is there possible to use any functionn except getch() which could get a variable of another type ? I mean something like scanf in C or C in?

Hi Qooper,

You could use read() function to get any number of characters and then parse string with atoi().

Regards,
Łukasz