Jump to content
  • Sky
  • Blueberry
  • Slate
  • Blackcurrant
  • Watermelon
  • Strawberry
  • Orange
  • Banana
  • Apple
  • Emerald
  • Chocolate
  • Charcoal

Search the Community

Showing results for tags 'io'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • OpenComputers
    • Announcements
    • Feedback
    • IRC
  • Code Central
    • Support
    • Showcase
    • Tutorials
  • Addons & More
    • Addons Mods
    • Architectures
    • OpenEngineering Task Force
  • General
    • Lounge
    • Forum Games
    • Showcase
    • Servers
  • Archives
    • Public Archives

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


AIM


MSN


Website URL


ICQ


Yahoo


Jabber


Skype


Minecraft


GitHub


IRC


Fediverse ID


Location


Interests

Found 3 results

  1. In my program, when it ends it crashes the entire computer, what might be happening here? io = require("io") io.write("Press w") while true do input = io.read() if input == "w" then break else io.write("Wrong key!") end io.write("Correct key!") The Error is: /bin/sh.lua:14: attempt to index field 'stdin' (a nill value) stack traceback: init:18: in function <init:17> (...tail calls...) /bin/sh.lua:14: in main chunk [C]: in function 'xpcall' machine:798: in f
  2. Nisutec

    io.open

    Hallo, How i can read the content of a file. My code don't work.
  3. hallo here i am again... i know dum question again! 1. what to use filesystem.open or io.open i know that it is the same but what is the best one 2. and how to pick a new line weren in write mode (what i mean is that how can i like write a thing on line 1 and then on line number 10 or 2 or whatever like in terminal like term.setCursor can i do that in io.open two in write mode) what i wil say is how to write new line or how to do newline i also need to point out that i know there is i seek function but 1 i don't no how to use it and 2 as i can understan
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use and Privacy Policy.