March 7, 2022 at 3:03 pm
Subscriber
I see. If I will encounter side effects then I will try to avoid them. But how would I go about with scalars?
It's not necessary that I need to have more than 50 scalars. I would be happy if I could assign 10 different charges. (But it is necessary that i assign different charges in the same injection)
For example, I have 100 parcels
parcels with ID- 1-10 will get charge C1
parcels with ID- 11-20 will get charge C2
parcels with ID- 21-30 will get charge C3... so on
If this is achievable then should I use DEFINE_DPM_PROPERTY or any other function? please let me know.
It's not necessary that I need to have more than 50 scalars. I would be happy if I could assign 10 different charges. (But it is necessary that i assign different charges in the same injection)
For example, I have 100 parcels
parcels with ID- 1-10 will get charge C1
parcels with ID- 11-20 will get charge C2
parcels with ID- 21-30 will get charge C3... so on
If this is achievable then should I use DEFINE_DPM_PROPERTY or any other function? please let me know.