
-----------------------------------
wOOhooo
Mon Apr 07, 2008 3:01 pm

Dir.Create, need helping intergrating a variable
-----------------------------------
well basicly the title says it. this is part of the code i have,


var dir : string 
dir:= ("/DAT/",namec)
Dir.Creat (dir)
 

Basicly i get namec as the persons name, then create a new directory in DAT were i will store other info. But the problem is im having trouble intergrating the variable into the "dir" variable. Any help?

-----------------------------------
Mackie
Mon Apr 07, 2008 3:38 pm

RE:Dir.Create, need helping intergrating a variable
-----------------------------------
Alright, rather than using a comma. Use '+':


String1 + String2

You also forgot an 'e' on the end of Dir.Create. If I understand what your asking.

-----------------------------------
wOOhooo
Mon Apr 07, 2008 3:45 pm

Re: RE:Dir.Create, need helping intergrating a variable
-----------------------------------
Alright, rather than using a comma. Use '+':


String1 + String2

You also forgot an 'e' on the end of Dir.Create. If I understand what your asking.

Typo FTL  :wink: 
But any way it does work, thanks   :o
