209 posts
Location
Denmark
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 :)/>
3057 posts
Location
United States of America
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/StringLibraryTutorial2: 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.
209 posts
Location
Denmark
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...LibraryTutorial2: 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
7508 posts
Location
Australia
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 :)/>
209 posts
Location
Denmark
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