hpng98
11th November 2002, 09:21
Hi.
I need to create an array ,and the value inside this array is
1 . rem
2 . Kg
then I need to use this array to get the record.
eg :
@unit = ("rem,"KG")
foreach $unit (@unit)
{
select * from tiitm001
where tiitm001.stgu ="$unit"
}
I use Perl language to show my logic,but how to write it in Baan??
Thanks alot.
I need to create an array ,and the value inside this array is
1 . rem
2 . Kg
then I need to use this array to get the record.
eg :
@unit = ("rem,"KG")
foreach $unit (@unit)
{
select * from tiitm001
where tiitm001.stgu ="$unit"
}
I use Perl language to show my logic,but how to write it in Baan??
Thanks alot.