Zabaware Support Forums

Does 5.0 ...???

Started by Larry, September 04, 2003, 10:51:48 PM

Previous topic - Next topic

Larry

Does 5.0 sort the entries in the .brn files??? Does it delete dupes in those files??? I know 4.5 just kept adding lines... One of the changes I made was, if Hal found a good answer/reply, then the new line was not added ->
     If UserBrainRel > 40 Then
        BlockSave = True
     End If
Depending on the section - I changed the 40 to as high as 75... this I hope helps keep out dupe entries in the files... Does 5.0 deal with any of this???
 

onthecuttingedge2005

quote:
Originally posted by Larry

Does 5.0 sort the entries in the .brn files??? Does it delete dupes in those files??? I know 4.5 just kept adding lines... One of the changes I made was, if Hal found a good answer/reply, then the new line was not added ->
     If UserBrainRel > 40 Then
        BlockSave = True
     End If
Depending on the section - I changed the 40 to as high as 75... this I hope helps keep out dupe entries in the files... Does 5.0 deal with any of this???



Hi Larry.

If UserBrainRel = 100 Then UserSentence And GetResponse are the same.

The UserBrainRel seems to be a percentage scale where UserBrainRel = 50 is 50% of the User Sentence compared to the GetResponse that are similar in words.

If I say only Hello and HAL says only Hello then UserBrainRel will equal 100.

UserBrainRel = 0 is 100% unlike each other.

This is what I have discovered about UserBrainRel.

Rob or Von, Please Correct me if I am wrong.

Jerry.