Register forum user name Search FAQ

Gammon Forum

Notice: Any messages purporting to come from this site telling you that your password has expired, or that you need to verify your details, confirm your email, resolve issues, making threats, or asking for money, are spam. We do not email users with any such messages. If you have lost your password you can obtain a new one by using the password reset link.

Due to spam on this forum, all posts now need moderator approval.

 Entire forum ➜ MUSHclient ➜ General ➜ any function can load a saved colour file

any function can load a saved colour file

It is now over 60 days since the last post. This thread is closed.     Refresh page


Posted by Unia_nt   (17 posts)  Bio
Date Wed 06 Jan 2016 09:07 AM (UTC)
Message
Is there any function can load a saved colour.mcc file from script? Thanks.
Top

Posted by Nick Gammon   Australia  (23,133 posts)  Bio   Forum Administrator
Date Reply #1 on Wed 06 Jan 2016 10:17 AM (UTC)
Message
This is close:

http://www.gammon.com.au/scripts/doc.php?function=ImportXML

You need to do the file reading yourself.

- Nick Gammon

www.gammon.com.au, www.mushclient.com
Top

Posted by Nick Gammon   Australia  (23,133 posts)  Bio   Forum Administrator
Date Reply #2 on Wed 06 Jan 2016 10:25 AM (UTC)
Message
Something like this:


f = io.input (GetInfo (66) ..  "test.mcc")
s = f:read ("*a") -- read the file
f:close ()  
count = ImportXML (s)  -- import XML data
if count < 0 then
  print "Error importing"
else
  print "Imported colours"
end -- if

- Nick Gammon

www.gammon.com.au, www.mushclient.com
Top

Posted by Unia_nt   (17 posts)  Bio
Date Reply #3 on Wed 06 Jan 2016 02:24 PM (UTC)
Message
Got it, thanks Nick!
Top

The dates and times for posts above are shown in Universal Co-ordinated Time (UTC).

To show them in your local time you can join the forum, and then set the 'time correction' field in your profile to the number of hours difference between your location and UTC time.


12,814 views.

It is now over 60 days since the last post. This thread is closed.     Refresh page

Go to topic:           Search the forum


[Go to top] top

Information and images on this site are licensed under the Creative Commons Attribution 3.0 Australia License unless stated otherwise.