This limitation exists in both the 32-bit and the 64-bit versions, I’m afraid.
I consider this a good feature, though, as I’d usually consider alternative design patterns of my logic once I hit the need for a if-else-if cascade with more than a few levels. Futhermore, from your single-phrase description, I suspect that there might be better ways to compute the liquidity information you need than using long if-else-if cascades.
I used to thought the Switch structure to resolve my problem, but not have the related document to reference. Maybe it’s a good solution for several conditions workflow.
? 2017?2?28??? UTC+8??7:46:40?Flying???
This limitation exists in both the 32-bit and the 64-bit versions, I’m afraid.
I consider this a good feature, though, as I’d usually consider alternative design patterns of my logic once I hit the need for a if-else-if cascade with more than a few levels. Futhermore, from your single-phrase description, I suspect that there might be better ways to compute the liquidity information you need than using long if-else-if cascades.