Post Reply 
Programming problem
03-28-2018, 10:40 PM (This post was last modified: 03-28-2018 10:41 PM by toml_12953.)
Post: #5
RE: Programming problem
(03-28-2018 03:52 PM)Slavomir_Cerny Wrote:  For unknown reasons I experience problem with new and old programs. When attempting run and old one or to write a new simple program an exclamation mark in an orange circle appears.
A week ago everything was OK.
Example:
----------------------
EXPORT TEST()
BEGIN
LOCAL I,P; /everything is OK, but when changed to
LOCAL I,P,R;/exclamation mark appears
END;
-----------------------
I have reported this problem to Eddie and he recommended to present it at this forum.

Thanks
Slavomir

The following:

Code:
EXPORT TEST()
BEGIN
LOCAL I,P,R; //exclamation mark doesn't appear
END;

Works fine for me. It runs with a return code of 0.Strange...

Tom L
Cui bono?
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
Programming problem - Slavomir_Cerny - 03-28-2018, 03:52 PM
RE: Programming problem - pier4r - 03-28-2018, 04:27 PM
RE: Programming problem - Arno K - 03-28-2018, 05:29 PM
RE: Programming problem - DrD - 03-28-2018, 04:33 PM
RE: Programming problem - Slavomir_Cerny - 03-29-2018, 07:46 AM
RE: Programming problem - toml_12953 - 03-28-2018 10:40 PM
RE: Programming problem - Fortin - 03-29-2018, 02:21 AM
RE: Programming problem - Slavomir_Cerny - 03-29-2018, 07:57 AM
RE: Programming problem - Carlos295pz - 03-29-2018, 09:26 AM
RE: Programming problem - Aries - 03-29-2018, 09:11 AM



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