vb6runtime 0.2.0

VB6 runtime library - value system, type conversions, and standard library implementations
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
//! VB6 environment functions and statements.

pub mod delete_setting;
pub mod environ;
pub mod environ_dollar;
pub mod error;
pub mod error_dollar;
pub mod error_statement;
pub mod getallsettings;
pub mod getautoserversettings;
pub mod getsetting;
pub mod imestatus;
pub mod savesetting;