Programming Language Overlap
Programming Languages can overlap, as in ...
ASP Classic can be used in JS+JQuery, in HTML+CSS, in VBA-Excel, in VBA-Word, in VBA or in VB6 platforms
PHP can also be used in JS+JQuery and HTML+CSS platforms.
JS+JQuery can be in HTML+CSS platform.
VBA can be inside VBA-Excel, VBA-Word or inside VB6 platforms.
Languages not listed above only work in thier own platforms, like VB6, VBA-Excel and HTML+CSS.
ASP Classic can be used in JS+JQuery, in HTML+CSS, in VBA-Excel, in VBA-Word, in VBA or in VB6 platforms
PHP can also be used in JS+JQuery and HTML+CSS platforms.
JS+JQuery can be in HTML+CSS platform.
VBA can be inside VBA-Excel, VBA-Word or inside VB6 platforms.
Languages not listed above only work in thier own platforms, like VB6, VBA-Excel and HTML+CSS.
We call this 'Overlaped languages', means if you write a code in Classic ASP, you may use it in a module of VBA, VB6, VBA-Excel, JS, HTML as well as in Classic ASP.
This is being taken care of when you create a module here in module page.
Please be aware, you my need to do some modifications after you download a module having overlaped languages since not all programmers can write codes to fit all types of languages at the same time.
This is being taken care of when you create a module here in module page.
Please be aware, you my need to do some modifications after you download a module having overlaped languages since not all programmers can write codes to fit all types of languages at the same time.
Module Language | Code Language |
ASP Classic | ASP Classic |
VBA-Excel | VBA-Excel |
VBA-Excel | VBA |
VBA-Excel | ASP Classic |
VBA-Word | VBA-Word |
VBA-Word | VBA |
VBA-Word | ASP Classic |
VBA | VBA |
VBA | ASP Classic |
VB6 | VB6 |
VB6 | VBA |
VB6 | ASP Classic |
HTML+CSS | HTML+CSS |
HTML+CSS | JS+JQuery |
HTML+CSS | ASP Classic |
HTML+CSS | PHP |
JS+JQuery | JS+JQuery |
JS+JQuery | ASP Classic |
JS+JQuery | PHP |