Posted By
|
Message
|
lembi2001
Registered 01/04/2005
Points 608
|
26th October, 2006 at 06:43:33 -
I am trying to create groups inside an INI using a few different Values.
I have Global Value A, a Text Box which holds a date and two counters. I want the Group to look something like this:
Global Value A , Date , Counter 1 , Counter 2
Whenever I start adding extra things in to the group title I get Syntax Error.
n/a
|
axel Crazy?
Registered 05/02/2005
Points 4766
|
26th October, 2006 at 06:56:32 -
How many times has this been said already this month?!
It expects string input, so the expression has to be a string. You can't insert numbers directly into the string, instead you convert the numbers to strings with the str$() function, like this:
str$(Value("Counter 1"))
n/a
|
lembi2001
Registered 01/04/2005
Points 608
|
26th October, 2006 at 07:03:44 -
ok. i'll try it tonight. sry to be a pain in the arse
n/a
|
|
|