Search found 5 matches
- 12 Mar 2023 15:55
- Forum: Visual Prolog
- Topic: Date time and hour
- Replies: 5
- Views: 390
Re: Date time and hour
i want to update it every second. but i cannot configure to run infinite on a different thread . i have limited knowledge of visual prolog.
- 10 Mar 2023 8:55
- Forum: Visual Prolog
- Topic: Date time and hour
- Replies: 5
- Views: 390
Date time and hour
Hi everyone,
How to show datetime in a static text ?
i want to show it on o form with format like dd-mm-yyyy HH:mm:ss
How to show datetime in a static text ?
i want to show it on o form with format like dd-mm-yyyy HH:mm:ss
- 8 Mar 2023 9:49
- Forum: Visual Prolog
- Topic: Code Improvement
- Replies: 2
- Views: 235
Code Improvement
Hi everyone, I am about to finish my Thesis. Can anyone tell me if this code need improvements ?? Any suggestions are welcome !! Thanks Code here: implement diagnoseRun open core class facts - factdb xpositive : (symbol, symbol). xnegative : (symbol, symbol) nondeterm. clauses positive(X, Y) :- xpos...
- 28 Jul 2022 11:33
- Forum: Visual Prolog
- Topic: Move from Prolog to Visual Prolog
- Replies: 2
- Views: 1921
Re: Move from Prolog to Visual Prolog
Thank's a lot dude. Appreciate that
- 26 Jul 2022 5:57
- Forum: Visual Prolog
- Topic: Move from Prolog to Visual Prolog
- Replies: 2
- Views: 1921
Move from Prolog to Visual Prolog
Hi every one. How i can translate this Prolog source code to Visual Prolog ? I am working on my Thesis and i must implement a diagnostic tool about mobile phones with Visual Prolog. Please help.... This is the code... go :- guess(Ac), write('you probably have : '), write(Ac), nl, undo. /*hypotheses ...