For example
StringMyName = "Giuseppe"
and then later in the code
i use the value of StringMyName directly in the code.
you cant do Create.cls(StringMyName) it needs to be the value "Giuseppe"
so instead of it saying Create.cls(StringMyName) it will say
Create.cls(Giuseppe)
This post has been edited by giuseppe105: 17 July 2009 - 02:28 PM

New Topic/Question
Reply



MultiQuote



|