Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Initalization variable run in background

Former Member
0 Likes
513

Hi, I would like to know if i set a program running in background(schedule). The variable in initialization block whether will be initializated or not .Thanks!

3 REPLIES 3
Read only

Former Member
0 Likes
485

Hi,

Try the same code

START-OF-SELECTION.

Regards,

Morris Bond.

Reward Points if Helpful.

Read only

Former Member
0 Likes
485

Hi,

Yes it will initialized.....

Read only

0 Likes
485

I've debug in background mode, it will not init the variable while i put the code in the initialization block. If put it on start-of-selection, it is work. thanks!