Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Program to read my wifes mind...
Message
From
19/07/2002 15:49:40
 
 
To
19/07/2002 15:21:42
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00680594
Message ID:
00680610
Views:
18
Ahh!!, a very well thought out Procedure. Keep it as an open source code so it can be improve.
I think you have something here. Who knows, maybe the end of :

“When did you tell me that?”





>I am trying to create a program to read my wifes mind and store it to a VFP database... I have started with the following...
>
>LOCAL lcThoughtIgnore AS Character
>
>IF NoThought()
> PUSH _ThoughtToLimit
>ELSE
> STORE _ThoughtIgnore TO lcThoughtIgnore
>
> IF !EMPTY(lcThoughtIgnore) OR LEN(lcThoughtIgnore) > 1
> llReturn = SendTo(LeftEar)
> IF llReturn
> PUSH _ThroughGreyMatter
> = PopOut(RightEar)
> ENDIF
> ENDIF
>ENDIF
>
>
>How do I store the thoughts to the database?
Previous
Reply
Map
View

Click here to load this message in the networking platform