Search found 31 matches
- Tue Sep 12, 2017 11:06 pm
- Forum: NeoBook Knowledgebase
- Topic: Associative arrays in Neobook
- Replies: 2
- Views: 12684
Associative arrays in Neobook
Hello. Associative arrays, that use 'named keys' (also called 'named indexes'), can not be made with some Neobook function. However, they can be created with a small trick. I like this strategy in order to make code more readable (and sometimes shorter). Just for fun, I made a short text on this top...
- Mon May 01, 2017 12:10 pm
- Forum: PlugIn Discussions
- Topic: LISP plugin for Neobook
- Replies: 12
- Views: 11341
- Sat Oct 22, 2016 8:57 am
- Forum: PlugIn Discussions
- Topic: hpwRuby
- Replies: 16
- Views: 11781
Re: hpwRuby
Hello, There are many tutorials etc. on Ruby. I'll recommend -in addition to my last post on this topic- two online resources (a few functions will not work with DLL1.8 of HPW's Neobook plugin, but alternatives can be found easily on the web): 1. http://www.java2s.com/Code/Ruby/CatalogRuby.htm (very...
- Sat Oct 22, 2016 5:57 am
- Forum: Sample NeoBook Pubs
- Topic: mcPathfinder: train your brain!
- Replies: 0
- Views: 7349
mcPathfinder: train your brain!
Hello,
Last summer I made -just for fun- a little maze game, that I share with you -again: just for fun. You can download all sources and a binary at:
http://www.mcdigit.nl/mcPathfinder.zip
Best regards,
Reinier
Last summer I made -just for fun- a little maze game, that I share with you -again: just for fun. You can download all sources and a binary at:
http://www.mcdigit.nl/mcPathfinder.zip
Best regards,
Reinier
- Tue Oct 18, 2016 2:24 am
- Forum: PlugIn Discussions
- Topic: hpwRuby
- Replies: 16
- Views: 11781
Re: hpwRuby
Hello, Mayby useful for users of the Ruby plugin with the old DLL-version 1.8 of Hans-Peter Wickern two online sources: 1. https://www.tutorialspoint.com/ruby/ which covers Ruby 1.8.5 2. http://ruby-doc.com/docs/ProgrammingRuby/ which covers Ruby 1.6 After some experiments with the Ruby plugin of Ha...
- Fri Jul 08, 2016 6:53 am
- Forum: NeoBook Knowledgebase
- Topic: Math expressions in control commands
- Replies: 2
- Views: 4828
Math expressions in control commands
Hello, You probably know the use of math expressions in Neobook's SetVar: SetVar "[z]" "10" SetVar "[z]" "[z]+1" However, math expressions can used in e.g. the control commands If, IfEx, While, WhileEx and Loop also, resulting in shorter code. I did not find a...
- Thu Jun 30, 2016 10:04 pm
- Forum: NeoBook Knowledgebase
- Topic: Converting XLS to SQL via CSV
- Replies: 1
- Views: 4536
Converting XLS to SQL via CSV
Hello, Last week I had to put more than 270 EXCEL spreadsheets into SQL data records. All the XLS files had the same number of rows, corresponding to a fixed format, but the number of the columns could be different -random within a range 2-11. The first step was converting XLS to comma-separated val...
- Sun Feb 14, 2016 6:37 am
- Forum: NeoBook Knowledgebase
- Topic: Windows Command Line
- Replies: 2
- Views: 5560
Windows Command Line
Hello, Today I published on amazon.com an ebook on the Windows Command Line. With its simple syntax, the Windows Command Line offers a lot of interesting ways to automate monotonous and repetitive tasks. Of course, Neobook-applications can run the examples from my ebook with its Run command, invokin...
- Mon Jul 27, 2015 10:12 am
- Forum: NeoBook Knowledgebase
- Topic: Short hands in Neobook
- Replies: 1
- Views: 4438
Short hands in Neobook
Hello, While optimizing the code of my MC Musiceditor (mcmusiceditor.com) I got a tiny idea about short hands in Neobook. I did not found posts on this idea on the Neobook Support forum. So I made for you a little information package, that can be downloaded at: http://www.neosoftware.com/software/Ma...
- Fri Jul 18, 2014 11:14 pm
- Forum: NeoBook Knowledgebase
- Topic: mcGawk: Awk functionality in Neobook
- Replies: 3
- Views: 7417
mcGawk: Awk functionality in Neobook
Hello, A few weeks ago, I found an antiquarian book on Awk. In the late 1970s and 1980s, Awk was a popular language on text processing (especially CSV files). However, I found that Awk is anno 2014 alive: tutorials on Awk are still published. Learning Awk appeared to be quite easy. And I can tell yo...
- Tue Mar 11, 2014 8:41 am
- Forum: NeoBook Upgrade News
- Topic: NeoBook 5.8.5 Update Released
- Replies: 16
- Views: 18494
Re: NeoBook 5.8.5 Update Released
Hello,
Thank you for Update 5.8.5 and keep up the good work!
Best regards,
Reinier
Thank you for Update 5.8.5 and keep up the good work!
Best regards,
Reinier
- Tue Dec 17, 2013 12:13 am
- Forum: PlugIn Discussions
- Topic: OpenNbNewLISP - interface plugin for newLISP
- Replies: 3
- Views: 3419
Re: OpenNbNewLISP - interface plugin for newLISP
Hello, Last month, I was working on a tutorial on newLisp and Neobook with many easy-to-grasp Neobook-newLisp examples. Now you can download my first release: http://www.neosoftware.com/software/Maliepaard-NewLispImplementationsInNeobook-2013-12-16.pdf Thanks to Hans-Peter Wickern for his newLisp pl...
- Tue Dec 17, 2013 12:12 am
- Forum: NeoBook Knowledgebase
- Topic: NewLisp and Neobook
- Replies: 1
- Views: 4830
NewLisp and Neobook
Hello, Last month, I was working on a tutorial on newLisp and Neobook with many easy-to-grasp Neobook-newLisp examples. Now you can download my first release: http://www.neosoftware.com/software/Maliepaard-NewLispImplementationsInNeobook-2013-12-16.pdf Thanks to Hans-Peter Wickern for his newLisp pl...
- Sun Dec 08, 2013 9:03 am
- Forum: Sample NeoBook Pubs
- Topic: MC Musiceditor
- Replies: 1
- Views: 5168
MC Musiceditor
Hello, I'm glad to announce my free/open source MC Musiceditor 8.0.0 (GPL2 or above). On http://www.mcmusiceditor.com you can find all sources (button Download). The reason for this separate announcement is that I rewrote many parts of the software with newLisp. Why? First: it appeared that my VBScr...
- Sun Jul 28, 2013 5:33 am
- Forum: General NeoBook Discussions
- Topic: Local variable or ClearVariables?
- Replies: 0
- Views: 2080
Local variable or ClearVariables?
Hello, With DefineVar you can make your Neobook variable local. That means (see Helpfile): "The variable exists only while the current script is executing. When the current script ends, the variable is automatically deleted." With ClearVariables you can clear a variable from memory at the ...