Mic R. W. Buchanan
Member
I am having a very frustrating issue with collections. I am assigning values in my package but because of the way that the formatter does collections I cannot see the value while debugging. The beautifier puts it as:
l_tab(l_cnt).v_cell_phone := l_tab(l_cnt)
.v_bnr_cell_phone;
instead of:
l_tab(l_cnt).v_cell_phone := l_tab(l_cnt).v_banr_cell_phone;
Is there a setting that I am missing to keep the beautifier from doing this?
Help is always appreciated!!
l_tab(l_cnt).v_cell_phone := l_tab(l_cnt)
.v_bnr_cell_phone;
instead of:
l_tab(l_cnt).v_cell_phone := l_tab(l_cnt).v_banr_cell_phone;
Is there a setting that I am missing to keep the beautifier from doing this?
Help is always appreciated!!