Assign or invoke code

Hello all ,
i have some variable to generate specific formatting

what is the fastest from performance invoke code and do all
or multiple assign statement

i have do to this around 100 000 time daily.

BR Hazem

@Hazem_Saleh,

I would say Invoke code would be the faster as in background, Assign activity also usage the invoke code only to get it assigned.

Thanks,
Ashok :slight_smile:

@Hazem_Saleh

one invoke code would be faster…as it is invoked once and all are set and the control returns back…but in case of assign control is moved multiple times

cheers

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.