Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Huge table and seek/indexseek commands
Message
From
10/08/2002 10:39:27
Hilmar Zonneveld
Independent Consultant
Cochabamba, Bolivia
 
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00687800
Message ID:
00688299
Views:
37
>>>>I guess you could simplify the expression above (in VFP) to ceiling(log(N) / log(2)).
>>>
>>>Hmmm, are we running some sort of contest of getting the shortest code again :) ?
>>>
>>>Walter,
>>
>>Not really, but I do like to look for shorter ways of coding different things.
>>
>>OK, here is one "contest": you have to run three functions one after the other. func2() should only run if func1() is successful, and func3(), again, depends on the successful completion of func2(). Do you see an alternative that is shorter than two nested IFs?
>>
>>Hilmar.
>
>return func1() and func2() and func3()

If no return value is required, return can be replaced with =. Omitting it completely doesn't work.

Hilmar.
Difference in opinions hath cost many millions of lives: for instance, whether flesh be bread, or bread be flesh; whether whistling be a vice or a virtue; whether it be better to kiss a post, or throw it into the fire... (from Gulliver's Travels)
Previous
Reply
Map
View

Click here to load this message in the networking platform