Displaying 2 results from an estimated 2 matches for "42002".
Did you mean:
2002
2008 Jan 01
3
if statement problem
...i day id male sex status
id age sex bmi status day male danger
1 33001 35 M 27.5 0 365 1 0
2 33002 29 M 34.9 1 22 1 0
3 33003 41 F 23.6 0 365 0 0
4 33004 55 F 27.0 0 365 0 0
5 42001 37 M 39.0 0 365 1 0
6 42002 53 M 26.6 1 124 1 0
7 42003 46 F 45.4 1 287 0 0
8 42004 35 F 36.2 0 365 0 0
9 42005 38 F 24.6 0 365 0 0
10 42006 58 F 28.0 0 365 0 0
11 42007 27 M 25.0 0 365 1 0
12 42008 65 F 24.6 0 365 0...
2005 Oct 31
1
MS Visual FoxPro DECLARE command doesnt work
I'm a programmer using Microsoft Visual FoxPro for daily work. I'm
trying to run a self written program on wine. This program uses several
Windows API functions. An example is:
DECLARE INTEGER ShellExecute IN z:/usr/lib/wine/shell32.dll.so ;
INTEGER, STRING, STRING, STRING, STRING, INTEGER
ShellExecute( 0, "open", "notepad.exe", "", "", 1 )