re:StrNCopy terminates with NULL?

2008-05-28 Thread ThuNguyet Nguyen
Hi, tmpstr = StrNCopy(tmpstr,lap->jobdata.fields[icustomer],24); FrmCopyLabel(frm,detailcustlabel,tmpstr); MemPtrFree(tmpstr); >Does StrNCopy terminate the string with a NULL? All the data >looks fine, >tmpstr >contains a truncated string as expected. I think that StrNCopy() works the same way

re:StrNCopy terminates with NULL?

2000-10-20 Thread ThuNguyet Nguyen
Hi, tmpstr = StrNCopy(tmpstr,lap->jobdata.fields[icustomer],24); FrmCopyLabel(frm,detailcustlabel,tmpstr); MemPtrFree(tmpstr); >Does StrNCopy terminate the string with a NULL? All the data >looks fine, tmpstr >contains a truncated string as expected. I think that StrNCopy() works the same way a