SphereServer BugTracker - SphereServer
View Issue Details
0001739SphereServerexecutable - genericpublic28-04-10 22:2824-04-14 02:59
Mirravin 
Ben 
normalminoralways
resolvedfixed 
0.56c Nightly 
0.56c Nightly 
Not Available
None
None
0001739: ">" in QVAL check is read as QVAL end
Example: SERV.B <QVAL (3 > 5) 2 : 1>

Bug is very old, but tested in last version(internal build #1268) also.
No tags attached.
related to 0001900resolved XuN Skipping any control speech (including default spk_player) 
Issue History
28-04-10 22:28MirravinNew Issue
28-04-10 22:28MirravinNightly Version => Not Available
28-04-10 22:28MirravinExperimental Flags => None
28-04-10 22:28MirravinOption Flags => None
28-04-10 22:29MirravinNote Added: 0000454
28-04-10 22:30MirravinIssue Monitored: Mirravin
28-04-10 22:30MirravinIssue End Monitor: Mirravin
29-04-10 01:50chupNote Added: 0000455
29-04-10 10:40MirravinNote Added: 0000456
29-01-11 17:13MrSugarCubeRelationship addedchild of 0001900
29-01-11 17:14MrSugarCubeRelationship replacedrelated to 0001900
24-04-14 02:59BenNote Added: 0002091
24-04-14 02:59BenStatusnew => resolved
24-04-14 02:59BenFixed in Version => 0.56c Nightly
24-04-14 02:59BenResolutionopen => fixed
24-04-14 02:59BenAssigned To => Ben

Notes
(0000454)
Mirravin   
28-04-10 22:29   
SERV.B <QVAL (3 > 5) ? 2 : 1> :)
(0000455)
chup   
29-04-10 01:50   
I don't know if this is a bug or not. But when i want to use QVAL for something like that I use something like this (example):

[FUNCTION checkqvall]
doswitch QVAL(<ARGS>,10,0,1,2)
SERV.LOG Less than <ARGS>
SERV.LOG Equal to <ARGS>
SERV.LOG Higher than <ARGS>
enddo

Works just fine.


From wiki:
QVAL(a, b, less_than, equal_to, greater_than)
Returns less_than if a is less than b, equal_to is a is equal to b, or greater_than if a is greater than b.
(0000456)
Mirravin   
29-04-10 10:40   
There is 2 QVALs in wiki:
Intrinsic: QVAL(a, b, less_than, equal_to, greater_than
and classic function: QVAL expression? value_true:value_false
( http://wiki.sphere.torfo.org/index.php/Category:Variables [^] )
(0002091)
Ben   
24-04-14 02:59   
This is finally fixed!!!!