Author Topic: About Software Bugs?  (Read 3617 times)

Jeff

  • Newbie
  • *
  • Posts: 33
About Software Bugs?
« on: March 18, 2011, 01:36:35 AM »
I made file names with spaces, for example: one c.exe. (You can see a space between one and c)

Will spaces between my file names create bugs?
Do you have other software that can really locate and correct software bugs?
What should we do to prevent bugs when developing our software using HyperNext?

I'm not really sure about the meaning of bugs but it might be something to do with an error in the code.

Thanks
« Last Edit: January 01, 1970, 01:00:00 AM by Guest »

Malkom

  • Administrator
  • Newbie
  • *****
  • Posts: 460
  • Here to help you
Re: About Software Bugs?
« Reply #1 on: March 18, 2011, 08:51:36 PM »
Quote from: "Jeff"
I made file names with spaces, for example: one c.exe. (You can see a space between one and c)

Will spaces between my file names create bugs?
Do you have other software that can really locate and correct software bugs?
What should we do to prevent bugs when developing our software using HyperNext?

I'm not really sure about the meaning of bugs but it might be something to do with an error in the code.

Thanks

Generally the spaces shouldn't be a problem as modern Operating Systems are built to cope with spaces in file names.

However, if you are working with DOS shell or similar where spaces in path names can can cause problems then surround your pathname with Chr(34)


The only way to prevent bugs is to test a lot and perhaps turn error checking on inside HyperNext as by default it is turned off.
There is a section in the Language PDF on handling errors.
« Last Edit: January 01, 1970, 01:00:00 AM by Guest »
I am sorry but I do not have time to answer questions by PM or email.
If you post your questions in this forum then it might help others.

 

anything