Basic4ppc - Windows Mobile Development  

Go Back   Basic4ppc - Windows Mobile Development > Main Category > Code Samples & Tips
Home Register FAQ Members List Search Today's Posts Mark Forums Read

Code Samples & Tips Share your recent discoveries and ideas with other users.


Dynamic Variable Module


Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 07-01-2009, 04:55 PM
Junior Member
 
Join Date: Apr 2007
Location: Catalonia
Posts: 18
Default Dynamic Variable Module

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
Attached Files
File Type: zip DynVar.zip (16.6 KB, 41 views)
Reply With Quote
  #2 (permalink)  
Old 07-01-2009, 07:18 PM
Erel's Avatar
Administrator
 
Join Date: Apr 2007
Posts: 4,531
Awards Showcase
Basic4ppc Founder 
Total Awards: 1
Default

Nice example
__________________
Basic4ppc reference list
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

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


All times are GMT. The time now is 08:53 PM.


Powered by vBulletin® Version 3.6.12
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.3.0