How does the Netiva macro language compare to Visual Basic?
Netiva’s macro language is modeled after Visual Basic. Many of the commands and expressions use the same syntax. However, the Netiva macro language is a higher level language, and has specific support for database tasks and the requirements of the web. Most importantly, the Netiva macro language is very efficient. Powerful macros that perform complex operations are often just simple one or two line macros. For example, to integrate new information from a data entry screen in a Human Resources application, one might use a macro that reads simply “Add NewEmployees” to Employees. Plan to add a sample VB to Netiva code comparison.