Moho Console help

General Moho topics.

Moderators: Víctor Paredes, Belgarath, slowtiger

Post Reply
User avatar
davoodice2
Posts: 397
Joined: Tue Jun 15, 2021 1:14 pm

Moho Console help

Post by davoodice2 »

Hi .
I'm wondering if there is anyway to copy console logs into clipboard. can anybody help?
Thanks
خیام اگر ز باده مستی خوش باش
با ماهرخی اگر نشستی خوش باش
چون عاقبت کار جهان نیستی است
انگار که نیستی چو هستی خوش باش
User avatar
Lukas
Posts: 1336
Joined: Fri Apr 09, 2010 9:00 am
Location: Netherlands
Contact:

Re: Moho Console help

Post by Lukas »

I don't have much time to explain, but you'll probably figure it out.

I use this:
https://www.lukaskrepel.nl/temp/moho/LK_Debug.zip

Image

You also need FO_Utilities which is on mohoscripts.com

If you then use

Code: Select all

Debug:Log("Hello world")
it will show up in this tool, and you can easily copy the lines by selecting them from the dropdown. It also writes everything to a log text file. The Log button opens it with a text editor, you probably have to adjust the code to use the editor of your choice. (I use Sublime Text) (See function FO_Utilities:EditTextFile(path, moho))
User avatar
davoodice2
Posts: 397
Joined: Tue Jun 15, 2021 1:14 pm

Re: Moho Console help

Post by davoodice2 »

Thank you very Much Lukas
خیام اگر ز باده مستی خوش باش
با ماهرخی اگر نشستی خوش باش
چون عاقبت کار جهان نیستی است
انگار که نیستی چو هستی خوش باش
Post Reply