After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 114084 - 18.10 - Space after comman in formula, parenthesis error
18.10 - Space after comman in formula, parenthesis error
Status: RESOLVED FIXED
Product: Gnumeric
Classification: Applications
Component: General
1.1.x
Other other
: Normal normal
: ---
Assigned To: Jody Goldberg
Jody Goldberg
Depends on:
Blocks:
 
 
Reported: 2003-05-31 03:29 UTC by Chema Celorio
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Chema Celorio 2003-05-31 03:29:41 UTC
1. Go to D6, type <literal>=and(E6, E8)</literal>
2. I get an "Could not find matching closing parenthesis" error
Comment 1 Andreas J. Guelzow 2003-05-31 05:20:02 UTC
Ah, the `space is an operator' problem, I suppose.
Comment 2 Jody Goldberg 2003-05-31 05:52:36 UTC
An invalid expression error is correct.  Space is now an operator. 
However, I can't reproduce the missing parenthesis error.
Comment 3 Chema Celorio 2003-06-01 02:26:02 UTC
Ok, this was a simplification of another recipie..

try:
<literal>=if(and(E6, E8),"yes","no")</literal>
Comment 4 Jody Goldberg 2003-06-01 03:06:36 UTC
Ok.  1 bug and one ugliness

1) the paren error was the wrong message.  Fixed.
2) Although the space was technically a syntax error we can be smarter
and ignore spaces that can't be operators.