2007 Mar 20 1:35 PM
I have a BC set with different ranges of values, and I need to check if one particular value is included on the set. Are there any function to check that?
I was searching on forum posts and I've found some answers referring to some functions, but I don't understand the interface of any of these functions. So if you'll give a function list to do it please I'll appreciate a brief explanation of what the function need to work.
Thanks!
2007 Mar 20 1:46 PM
Hi,
Check FM G_SET_FETCH. You have to pass set name and it will return a table containing ranges and values that are included in your set. Most likely you have to pass set name in the following format: 0000XXXX...XXX where XXXX...XXX stands for set name.
I have a BC set with different ranges of values, and I need to check if one particular value is included on the set. Are there any function to check that?
I was searching on forum posts and I've found some answers referring to some functions, but I don't understand the interface of any of these functions. So if you'll give a function list to do it please I'll appreciate a brief explanation of what the function need to work.
Thanks!
2007 Mar 20 1:46 PM
Hi,
Check FM G_SET_FETCH. You have to pass set name and it will return a table containing ranges and values that are included in your set. Most likely you have to pass set name in the following format: 0000XXXX...XXX where XXXX...XXX stands for set name.