[Arsperl-users] is this normal with ars_CreateEntry
Brought to you by:
jeffmurphy
|
From: Das, M. <md...@ti...> - 2005-08-23 22:06:30
|
Hi All, Here is what I am doing here From one of my scripts I am parsing a csv file and creating record in a = form using ars_CreateEntry.=20 I have one filter defined on this form which fires when one field ( = empid) is not null. The RunIF qual looks like this : 'empid' !=3D = $NULL$. =20 The record is getting created fine. But the filter fires all the time = even if empid is null. Is it normal ?=20 When I print the value of empid it shows nothing (meaning null), if I = print length(empid), it gives 0 length. BTW, I used chomp function also = but I cannot get rid of this invisible character that causes the filter = to fire everytime. Any idea anyone? =20 Env: ARS 5.1.2 Solaris 5.8 Perl 5.005_03 ARSPerl 1.8001 =20 =20 Thanks, Mano =20 =20 =20 =20 =20 <mailto:ars...@ar...> =20 |