Oct 24, 2003 #1 rjoshi2 Programmer Sep 10, 2002 110 US My question is how can you trim the data in array? Any help would be appreciated. rjoshi2 Sample: Trim the values in ls_code any ls_code[] string ls_flag int li_count li_count = 1 ls_code[] = dw_flags.object.code_value.data.selected ls_flag = ls_code[li_count]
My question is how can you trim the data in array? Any help would be appreciated. rjoshi2 Sample: Trim the values in ls_code any ls_code[] string ls_flag int li_count li_count = 1 ls_code[] = dw_flags.object.code_value.data.selected ls_flag = ls_code[li_count]
Oct 25, 2003 #2 PowerObject Programmer Jul 30, 2002 204 US ls_Flag = Trim( ls_Code[ li_Count ] ) --- PowerObject! ----------------------------------------- http://Groups.Yahoo.com/group/PowerObjectPowerBuilder / PFC Developers' Group Upvote 0 Downvote
ls_Flag = Trim( ls_Code[ li_Count ] ) --- PowerObject! ----------------------------------------- http://Groups.Yahoo.com/group/PowerObjectPowerBuilder / PFC Developers' Group