Author Topic: Help with Training  (Read 1873 times)

0 Members and 1 Guest are viewing this topic.

jcright

  • Member
  • Posts: 6
    • View Profile
Help with Training
« on: October 19, 2006, 03:37:57 PM »
I'm completely new to this filepro software. It's very different from what I'm accostomed to. Anyhow, I'm going through the online tutorial and I'm stuck! I'm under the section "How do I", under "Continuing Designing" under "Obtaining a Unique Number". In the tutorial, it says to insert a new If/Then line for line 1. The "Then" statement should read: gosub getnum ; display. When I go to save and check the syntax, it throws an error. Anyone know what's wrong?

Lauren

  • Administrator
  • Posts: 176
    • View Profile
Help with Training
« Reply #1 on: October 24, 2006, 12:48:35 PM »
Can you provide a little more information--
What version of filePro you are running?
On what operating system?
Also, what error message did you receive?

jcrespi

  • Member
  • Posts: 3
    • View Profile
Re: Help with Training
« Reply #2 on: November 21, 2006, 06:43:29 PM »
It sounds like you entered the first line and then saved it.  If this is what you did,
then you are getting a syntax error because there is no label called "getnum" only a gosub statement calling it.  Think of it as matched pairs, if you call something with goto or gosub, then the destination must exist as well.