Post Reply 
Error HVars
01-18-2018, 05:14 AM
Post: #1
Error HVars
Bonjour
Suite à un bug dans un programme, je me suis aperçu que si vous appelez une variable inexistante avec HVars :
Vous obtenez un message : Erreur donnés stat insuff.

Hello
Following a bug in a program, I realized that if you call a non-existent variable with HVars:
You get a message: Error insufficient statistics data.

Sorry for my english
Find all posts by this user
Quote this message in a reply
01-18-2018, 03:22 PM
Post: #2
RE: Error HVars
Hello Tyann,
Does it works to trap the error with an IFERR test?

Just guessing a solution

Giancarlo
Find all posts by this user
Quote this message in a reply
01-18-2018, 05:05 PM
Post: #3
RE: Error HVars
Thank you. It was definitely returning the wrong error here - or at least the message was later changed to be more specific with stats and this case was missed being changed to something else.

TW

Although I work for HP, the views and opinions I post here are my own.
Find all posts by this user
Quote this message in a reply
01-18-2018, 07:19 PM
Post: #4
RE: Error HVars
(01-18-2018 03:22 PM)Giancarlo Wrote:  Hello Tyann,
Does it works to trap the error with an IFERR test?

Just guessing a solution

Giancarlo

Bonjour
Oui, on peut aussi utiliser :
IF NOT POS(HVars,"nomvar") THEN


Hello
Yes, we can also use:
IF NOT POS (HVars, "nomvar") THEN

Sorry for my english
Find all posts by this user
Quote this message in a reply
Post Reply 




User(s) browsing this thread: 1 Guest(s)