On May 24, 2006, at 9:08 PM, James C Baxter wrote:
$plant_name := `[Ticket]plant ship to`
write($plant_name)

On May 24, 2006, at 11:17 PM, Aparajita Fishman wrote:
That is ONLY within an interpolated string (using single quotes). In normal usage just use the field as you would in 4D:

$plant_name := [Ticket]plant ship to

which makes this valid, and what I think you are trying to do:

write('`[Ticket]plant ship to`')

--
Bart Alcorn
National Service Center
800-500-6421 x 2360
AIM/iChat: balcornnsc


_______________________________________________
Active4D-dev mailing list
Active4D-dev@aparajitaworld.com
http://mailman.aparajitaworld.com/mailman/listinfo/active4d-dev
Archives: http://mailman.aparajitaworld.com/archive/active4d-dev/

Reply via email to