@Iferror and compatibility with Domino7

hi i have an application that run under domino 6.5.5 , and i read that it’s not recommanded to use the command : @IfError with version 7.x.x . I just wanna know what does it mean ? , should i replace it with an oder command or can i continue using it. specially if my application will still run under domino 7

thank you for responding.

best regard

Subject: @Iferror and compatibility with Domino7

Replace it with @if(@iserror(…

@iferror was introduced in R6 and removed in R7.

Dan

Subject: RE: @Iferror and compatibility with Domino7

ok thinks a lot , this question was asked before :frowning: i’m sorry , i had to search before post).

i think that the application will work under v7 but it’s not supported by IBM , wich mean no bugs correction.

@ifError had many bugs specialy with number resolution.

hope that will help