Function Library: Do you use NEOScript, VBScript or JScript? - Forum

Forum Navigation
You need to log in to create posts and topics.

Function Library: Do you use NEOScript, VBScript or JScript?

I am looking at the Function Library feature that looks very useful.

Just wondering which of the three scripts in my title is most popular?

@susan

Whenever you have a script block that might be used across multiple Applications, storing that script block in a Function Library allows you to "develop once, use multiple times".

As for the popularity of the script language, it depends on ...

a) what language you are most comfortable with; most VisualNEOWin developers would choose NeoScript
b) whether a function can be delivered with NeoScript; IMO, JScript sometimes provides a solution more easily than NeoScript (if you are comfortable with Javascript coding)

Keep in mind that Microsoft is planning on shuttering support for VBScript in the not too distant future.

As for me, if NeoScript can do the job, it is my first choice; for the more complex tasks, I go with JScript.

luishp, Vadim and susan have reacted to this post.
luishpVadimsusan

im use jscript only for functions that not exist in visualneo or at leas cant be done in neoscript

using for parsing json - ecode base64 and etc...

u can find some simple libs here https://gist.github.com/JavaScript-Packer

susan has reacted to this post.
susan