Link to home
Start Free TrialLog in
Avatar of nana78
nana78

asked on

how to insert something into memory and call back later

how to insert soething into memory and call back later in vb ?
Avatar of SilentRage
SilentRage

well you can allocate a chunk of memory for use, and access it anytime, and release it when you're done.  But that is a scary way of doing things since that opens the road to nasty errors and bugs.

What is it that you want to do and we'll find a suitable solution for you.
Avatar of nana78

ASKER

the program that i want to do is expert system
this system will ask the question and will require the user click yes or no. if the user select, yes, the fact will insert into memory, this fact will match with the rule in the knowledge base, for ex:
if car cannot start
then car got problem

the expert will ask the user is it car cannot start
if the user select yes, then "car cannot start" insert to memory, it will match rule above and concluson that can make is car got problem.

i know how to do it in prolog but how's in vb ??

ASKER CERTIFIED SOLUTION
Avatar of y2ksw
y2ksw

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Hi nana78,
This old question (QID 20567864) needs to be finalized -- accept an answer, split points, or get a refund.  Please see http://www.cityofangels.com/Experts/Closing.htm for information and options.