Tutorial by Topics: for

The PERFORM statement transfers control to one or more procedures and returns control implicitly when the sequence completes. PERFORM can also be used for inline loops withing the scope of the PERFORM. The VARYING phrase allows for nesting with one or more AFTER clauses, and the conditional test...
The ByRef and ByVal modifiers are part of a procedure's signature and indicate how an argument is passed to a procedure. In VBA a parameter is passed ByRef unless specified otherwise (i.e. ByRef is implicit if absent). Note In many other programming languages (including VB.NET), parameters are impl...
This section provides an overview of what performance-testing is, and why a developer might want to use it. It should also mention any large subjects within performance-testing, and link out to the related topics. Since the Documentation for performance-testing is new, you may need to create ini...
You can find more information on Processing for Android at http://android.processing.org/
The script allows you to create a backup directory for each execution with the following syntax : Name of database backup directory + date and time of execution Example : prodDir22-11-2016-19h55 After it's created, it creates two backup files with the following syntax : Name of database + date ...
As with web development, <meta> tags can be included in the <head> tag of an email. <meta> tags tell emails clients how to interpret and display email code. These are <meta> tags that are regularly used in email.

Page 13 of 20