Sorry i don't know how to say it in english but it's look like that:
https://upload.wikimedia.org/wikipedia/ ... rinter.jpg
Search found 14 matches
- Wed Oct 17, 2018 2:25 pm
- Forum: Support and Development
- Topic: Printing Machine
- Replies: 5
- Views: 4726
- Wed Oct 17, 2018 9:44 am
- Forum: Support and Development
- Topic: Printing Machine
- Replies: 5
- Views: 4726
Printing Machine
Hi, sorry about my bad English.
I would like to know if there is a way to program a function to use the printing machine.
I would like to know if there is a way to program a function to use the printing machine.
- Wed Oct 17, 2018 9:32 am
- Forum: Support and Development
- Topic: Word Processor
- Replies: 8
- Views: 6851
Re: Word Processor
ok thanks i have what i need
- Tue Oct 16, 2018 12:35 pm
- Forum: Support and Development
- Topic: Word Processor
- Replies: 8
- Views: 6851
Re: Word Processor
Thank you! it works but I don't understand what this utf8 is for, what is its function?
I see a require but I don't have the utf8.lua, how can it work?
I see a require but I don't have the utf8.lua, how can it work?
- Tue Oct 16, 2018 11:33 am
- Forum: Support and Development
- Topic: Word Processor
- Replies: 8
- Views: 6851
Re: Word Processor
Thanks ! But if i want to use the backspace to delete one letter at a time, how do i do that?
- Mon Oct 15, 2018 6:18 pm
- Forum: Support and Development
- Topic: Word Processor
- Replies: 8
- Views: 6851
Word Processor
Hi, I'm a beginner in programming
Sorry for my poor English.
I'm trying to program a word processor to type the letters and numbers that we want one after the other, but I haven't found a way to do it...
Do you have any examples?
Sorry for my poor English.
I'm trying to program a word processor to type the letters and numbers that we want one after the other, but I haven't found a way to do it...
Do you have any examples?
- Mon Apr 16, 2018 11:11 pm
- Forum: Support and Development
- Topic: Simple question about joystick
- Replies: 1
- Views: 3173
Simple question about joystick
I want to use right bumper or the right trigger of the joystick but I don't know the exact name, I tried that:
Joystick:isGamepadDown('leftshoulder')
but it doesn't work
Joystick:isGamepadDown('leftshoulder')
but it doesn't work
- Sat Mar 10, 2018 12:59 pm
- Forum: Support and Development
- Topic: convert a number to binary with lua ?
- Replies: 16
- Views: 21358
Re: convert a number to binary with lua ?
Thank you very much, that's exactly what I wanted to know.
Should I use the same method if I want to convert to hexadecimal?
Should I use the same method if I want to convert to hexadecimal?
- Sat Mar 10, 2018 10:43 am
- Forum: Support and Development
- Topic: convert a number to binary with lua ?
- Replies: 16
- Views: 21358
Re: convert a number to binary with lua ?
I'm just trying to display the conversion of my RVBA values to binary. for example 255 to 11111111.
- Fri Mar 09, 2018 3:19 pm
- Forum: Support and Development
- Topic: convert a number to binary with lua ?
- Replies: 16
- Views: 21358
Re: convert a number to binary with lua ?
I'm sorry if I don't ask the right questions, I'm actually a big noob in programming and I'm just getting started. I was just trying to find out how to code a function that converted an entire number into binary, but I was curious about other solutions. for the rest, honestly I don't know FFI or IEE...