Search found 4 matches

by TomB12
Sat Jul 31, 2010 12:57 am
Forum: Bugs / Application Errors
Topic: Compare$() does not work as advertised?
Replies: 8
Views: 15554

Re: Compare$() does not work as advertised?

Okay, I did manage to find what you are talking about in the Help. I did not find it in the string description online, which I did not expect. I have made some changes to the test program and have discovered that the numeric strings are not compared, but the character strings are. I put my latest te...
by TomB12
Fri Jul 30, 2010 1:54 am
Forum: Bugs / Application Errors
Topic: Compare$() does not work as advertised?
Replies: 8
Views: 15554

Re: Compare$() does not work as advertised?

Attached is the .c file for my brief test program.
This program merely compares different strings several times and gives the results, match or not match.
by TomB12
Fri Jul 30, 2010 1:52 am
Forum: Bugs / Application Errors
Topic: Compare$() does not work as advertised?
Replies: 8
Views: 15554

Re: Compare$() does not work as advertised?

I have to use what the university loads on their laptop, unfortunately. v 3.4.7.48 is the version they provide. Upgrading regardless of cost is not an option. Attached is the .fcf file. I will upload the .c file shortly.
by TomB12
Thu Jul 29, 2010 7:24 am
Forum: Bugs / Application Errors
Topic: Compare$() does not work as advertised?
Replies: 8
Views: 15554

Compare$() does not work as advertised?

In Flowcode, I am using the 16F88 with the kit. When I run a special program I wrote the compare$() function gave a '0' when the strings were the same length, but not when they were identical. If anyone wants to see the code I can upload the .fcf and you can verify it for yourself. I am attending De...