![]() |
|
|||||||
| Home | Register | FAQ | Members List | Search | Today's Posts | Mark Forums Read |
| Code Samples & Tips Share your recent discoveries and ideas with other users. |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
This module have 4 funcions:
SetVar(Name,Value) Define variable. If variable exist then change the value. DynVar.SetVar("MyVariable1",255) DynVar.SetVar(TextBox1.Text,TextBox2.Text) GetVar(Name) Return the value of the variable. TextBox1.Text=DynVar.GetVar("MyVariable1") DynVar.DelVar(Name) Delete the variable DynVar.ClearAll Delete all variables With this module is possible create and work with Dynamic variables. Sorry for my English PepSoft |
|
||||
|
Nice example
![]()
__________________
Basic4ppc reference list |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Dynamic simulations | klaus | Share Your Creations | 8 | 11-19-2008 06:55 PM |
| Properties module - useful module for working with properties / ini files | Erel | Code Samples & Tips | 0 | 11-07-2008 09:01 PM |
| passing a module name as a variable | Cableguy | Questions & Help Needed | 4 | 10-24-2008 10:47 AM |
| Can I manipulate objects with dynamic names ? | origami | Questions & Help Needed | 2 | 05-31-2008 03:30 PM |
| GPS Mouse dynamic platform setting | lucifer1 | Share Your Creations | 0 | 06-03-2007 08:14 PM |