This is a read-only snapshot of the ComputerCraft forums, taken in April 2020.
Dustmuz's profile picture

is it possible ?

Started by Dustmuz, 07 October 2014 - 11:44 AM
Dustmuz #1
Posted 07 October 2014 - 01:44 PM
have a few questions..

1: to dot seperate a number on a screen pr each 1000..
example

normaly it would just write: 1000000
i would like it to show: 1.000.000

that dot seperation.. can it be done??


2: bundled cables, since i know they arent compatible, how do i get another computer to do a certain thing, when it recieves a certain message??

3: ME systems: to make a screen that can show how much of a certain item there is in the ME system?? (to save space, from having 40 storage monitors)

think that was all for now :)/>
KingofGamesYami #2
Posted 07 October 2014 - 02:02 PM
have a few questions..

1: to dot seperate a number on a screen pr each 1000..
example

normaly it would just write: 1000000
i would like it to show: 1.000.000

Yes. http://lua-users.org/wiki/StringLibraryTutorial

2: bundled cables, since i know they arent compatible, how do i get another computer to do a certain thing, when it recieves a certain message??
You can use modems, and send either a) what you want it to do* or B)/> a message telling it to do that thing
*see string.dump from the link above

3: ME systems: to make a screen that can show how much of a certain item there is in the ME system?? (to save space, from having 40 storage monitors)

think that was all for now :)/>/>
I think this can be done with open peripherals. But it might not.
Dustmuz #3
Posted 07 October 2014 - 02:15 PM
have a few questions..

1: to dot seperate a number on a screen pr each 1000..
example

normaly it would just write: 1000000
i would like it to show: 1.000.000

Yes. http://lua-users.org...LibraryTutorial

2: bundled cables, since i know they arent compatible, how do i get another computer to do a certain thing, when it recieves a certain message??
You can use modems, and send either a) what you want it to do* or B)/> a message telling it to do that thing
*see string.dump from the link above

3: ME systems: to make a screen that can show how much of a certain item there is in the ME system?? (to save space, from having 40 storage monitors)

think that was all for now :)/>/>
I think this can be done with open peripherals. But it might not.

ohh a link.. that i like :D/>
Thaaaanks..

on the second part..
i might need help with that later :D/> hehe
theoriginalbit #4
Posted 07 October 2014 - 02:26 PM
i might need help with that later :D/> hehe
well feel free to just post back here, the community is always happy to help :)/>
Dustmuz #5
Posted 07 October 2014 - 02:28 PM
i might need help with that later :D/> hehe
well feel free to just post back here, the community is always happy to help :)/>

that i do agree on.. The community here have been extremely patient with me, and also extremely helpfull..
hopefully i will in time, also be able to help out others..

so far i am only making small programs which dont do much :D/> hehe