Post Reply 
Programming problem
03-28-2018, 04:33 PM
Post: #3
RE: Programming problem
(03-28-2018 03:52 PM)Slavomir_Cerny Wrote:  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;
-----------------------
Slavomir

For one thing, remarks use a double forward slash //, not / which is a division symbol.

When I used the same example like this, it seems to work:

Code:

EXPORT TEST()
BEGIN
LOCAL I,P;   //everything is OK, but when changed to
LOCAL I,P,R; // exclamation mark appears
END;
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)