[b][red]This message was edited by Steve580 at 2002-10-29 21:4:19[/red][/b][hr]
How do you store more than one variable fromm a form? Like, eight?
curInsurance = GetSetting("MoneyTrax", "c:TEST", "Insurance", "")
SaveSetting "MoneyTrax", "c:TEST", "Insurance", curInsurance
when you use the two statements above for several variables, which things must be differant for each variable?
Comments
It lets you store multiple variables (like an array) but also of different data types too.
: [b][red]This message was edited by Steve580 at 2002-10-29 21:4:19[/red][/b][hr]
: How do you store more than one variable fromm a form? Like, eight?
:
: curInsurance = GetSetting("MoneyTrax", "c:TEST", "Insurance", "")
:
: SaveSetting "MoneyTrax", "c:TEST", "Insurance", curInsurance
:
: when you use the two statements above for several variables, which things must be differant for each variable?
:
:
:
: How do you store more than one variable fromm a form? Like, eight?
:
: curInsurance = GetSetting("MoneyTrax", "c:TEST", "Insurance", "")
:
: SaveSetting "MoneyTrax", "c:TEST", "Insurance", curInsurance
:
: when you use the two statements above for several variables, which things must be differant for each variable?
:
:
:
MoneyTrax should always remain the same. c:Test can change and is to sort of help to "sort" your values (such as "windowlocation", "recentfiles"), though it can be anything or all the same. Insurance, you can think of as a variable name (which it kind of is). curInsurance is, of course, the value you wish to save.
Not too clear but I hope it helps you...
KDL
I'm kinda new with VB
I haven't had the chance to fiddle with them yet but if you want to know more I'm sure I can tell you more or send you some stuff
d
: A UDT, eh? How do you do that?
:
: I'm kinda new with VB
: