Hi, in a code I run this line :
WHILE (SGET(.vnote,1,.vsloc)) <> (CHAR(32)) THEN .... Endwhile This is supposed to check if the SGET-var is a space or not. The problem is that the WHILE-loop continues to run even when th SGET-var is a space. So the evaluation does not work correctly. What am I overlooking ? Luc Delcoigne

