Little bit of an update

If i create a new varible and call it $tempname2 then i manualy insert a number for example

 Code:
$tempname2 = '48394823923'


this makes the script work so the problem is that the

so this bit code does not work.

 Code:
$Tempname = $rs.Fields.Item("PERSON_CODE").Value
? $Tempname


however why does the varible work when asking it by useing the ?


Edited by 5861king (2010-05-11 12:01 PM)