global variables causing problem with v.1.38 !!??

Hi,

I don’t know what are doing developers staff with global variables but we have a lot of problem with. Each version cause a new problem.

Now, this doesn’t work after update

[t_bncleunik][[t_nbline]]={nres};
if ($mok==true){
{rselect}={lang_msg_46};
[t_sel][[t_nbline]]=1;
}else{
{rselect}="";
[t_sel][[t_nbline]]=0;
}

I changed to :

$mrline=[t_nbline];

[t_bncleunik][$mrline]={nres};
{rselect}={lang_msg_46};

if ($mok==true){
{rselect}={lang_msg_46};
[t_sel][$mrline]=1;
}else{
{rselect}="";
[t_sel][$mrline]=0;
}

Thanks for testing when your modif something concerning global variables, because I need to modify 20 apps now and I’m not happy to do that
Nac