So in other words it's like bulls**t.. VBScript is sooo badricardo wrote:NSBasic uses the msscript to do the tasks it describes that can do.
Its exactly as if you use msscript from PB.
Its like running vbs script.

Code: Select all
fileSystemObjectSample.text = "Filesystem Object Test - æøå"
Haha.Brice Manuel wrote:The phrase "number two" has a slightly different meaning here in the USA. Based on our meaning, I think NS Basic is indeed a good "number two".NS Basic a good number two?
HotBasic can't even do integer math. (It pretends to do it, but it actually uses the FPU (!).)If you want an OOP basic, have a look at HotBasic.
As i said before, most of this things can be done using msscript with PB.utopiomania wrote:@ricardo: It's based on VBScript, so it will compile and run script files out of the box, but they
have also extended VBScript with statements, functions and GUI controls, so it's more than
VBScript. It can use most activeX controls available for example, or interface with COM
aware apps such as MS Word/Excel very easily.
Besides this, I find the concept of properties, methods and objects very easy to work with,
and I like the 'sub objectName_event(arglist)' way of handling events too. In my view this is
a much better concept than the procedural/event loop type that PB and many other languages
use.
As for the exe's it produces, they are small (>= 280kb), and depends on no other files to be
distributed as far as understand it from the docs (if you don't use any activeX controls of course)
In not agree.merihevonen wrote:VBScript is sooo bad