Post Reply 
Input Question
11-17-2017, 12:00 PM
Post: #9
RE: Input Question
When you run it or when you compile it, and when you click on check, it should place the cursor where the error is.
I'm guessing, but did you remove the LOCAL declarations I moved to EXPORT?
Also, you might need to change the b variable name as I said in the comment....that could be the culprit. You can confirm this by using the check button and seeing where the cursor goes on error.
If this is the problem it's because b already exists as a global variable of a different type....which is why you need to change the name. Remember to change it where it's used in the function too.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
Input Question - Onieh - 11-17-2017, 09:16 AM
RE: Input Question - webmasterpdx - 11-17-2017, 09:24 AM
RE: Input Question - Onieh - 11-17-2017, 09:41 AM
RE: Input Question - webmasterpdx - 11-17-2017, 10:23 AM
RE: Input Question - Onieh - 11-17-2017, 11:01 AM
RE: Input Question - webmasterpdx - 11-17-2017, 11:11 AM
RE: Input Question - Onieh - 11-17-2017, 11:29 AM
RE: Input Question - Didier Lachieze - 11-17-2017, 11:59 AM
RE: Input Question - webmasterpdx - 11-17-2017 12:00 PM
RE: Input Question - webmasterpdx - 11-17-2017, 12:06 PM
RE: Input Question - webmasterpdx - 11-17-2017, 12:10 PM
RE: Input Question - Onieh - 11-17-2017, 12:37 PM



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