<P>procedure conv_ls lsls_name1 varcahr(20) =NULL;<BR>ls_name2 varcahr(20) =NULL;<BR>ls_name3 varcahr(20) =NULL;<BR>ls_name4 varcahr(20) =NULL;<BR>ls_name5 varcahr(20) =NULL;<BR>begin어쩌구 저쩌구....<BR>ls_name1  =NULL;<BR>ls_name2 =NULL;<BR>ls_name3  =NULL;<BR>ls_name4  =NULL;<BR>ls_name5  =NULL;end;</P>
<P> </P>
<P><BR>여기서 ls_name가 100여개 넘게 있습니다.이걸  함수로 호출해서  클리어 하는방법좀 알려 주세요</P>
<P>procedure 안에서 초기화 하는법좀 </P>
<P>로직다음에 클리어 시키려니 줄수도 길어지고...무식한것 티나는 것 같기도 하고....</P>
<P>이게 루프를 돌려야 되서 더 그럽니다..</P>