BUG? ≠ not equals char not working in 6.6.2 rc2 ?
Posted: Mon Apr 28, 2014 12:11 am
Hello all,
I figure I should start contributing to this community since I'm having such a blast reviving my old HyperCard stacks (and even porting them to Android)!
So here goes:
used in a button script:
if selectedLineNum ≠ (it-1) then put empty into gPrevSelectedFolderLine -- ≠ not equals character no longer works?
gives error left operand. However this works fine:
if selectedLineNum is not (it-1) then put empty into gPrevSelectedFolderLine -- is not instead works fine.
tested in the message box:
if the number of lines in fld "DirectoryFlowPathsList" ≠ 2 then answer the number of lines in fld "DirectoryFlowPathsList"
works fine!
Possibly a bug?
It's driving me nuts because:
a) building for Android (and using drop-box to sync/test on my phone -- slow laptop so this is faster then emulator or finding a cable) and the scripts only seem to really fail on Android.
b) Thanks to LiveCode going open-source, I just started HyperTalking (a lot) again after not doing so much for many years and tend to forget the differences
c) ≠ not equals char doesn't show in a search of the dictionary but does seem to work (at least sometimes)
Can anyone else confirm that this is a bug or otherwise enlighten me?
Thanks
Cheers.
I figure I should start contributing to this community since I'm having such a blast reviving my old HyperCard stacks (and even porting them to Android)!
So here goes:
used in a button script:
if selectedLineNum ≠ (it-1) then put empty into gPrevSelectedFolderLine -- ≠ not equals character no longer works?
gives error left operand. However this works fine:
if selectedLineNum is not (it-1) then put empty into gPrevSelectedFolderLine -- is not instead works fine.
tested in the message box:
if the number of lines in fld "DirectoryFlowPathsList" ≠ 2 then answer the number of lines in fld "DirectoryFlowPathsList"
works fine!
Possibly a bug?
It's driving me nuts because:
a) building for Android (and using drop-box to sync/test on my phone -- slow laptop so this is faster then emulator or finding a cable) and the scripts only seem to really fail on Android.
b) Thanks to LiveCode going open-source, I just started HyperTalking (a lot) again after not doing so much for many years and tend to forget the differences
c) ≠ not equals char doesn't show in a search of the dictionary but does seem to work (at least sometimes)
Can anyone else confirm that this is a bug or otherwise enlighten me?
Thanks
Cheers.