How I can request ChatGPT to read @Klaus excellent and free guides of B4X ?

AnandGupta

Expert
Licensed User
Longtime User
Since we know ChatGPT is an AI having its knowledge based on many many databases of knowledge from internet including pdfs.

How I can request ChatGPT to read @klaus excellent and free guides of B4X ?

I want ChatGPT to answer all B4X questions with correct syntax and codes for B4X. Now its answers are vague, many times.
This will not only help old members like me, but also quickly help newbies who struggle on basic logic for a job in hand, as we can see in the Forum.
 

aeric

Expert
Licensed User
Longtime User
I don't think you can rely on ChatGPT to answer all your B4X questions. It still has way to go. The B4X guide pdf is for learning the fundamental of the language. It doesn't contain a database or code bank of all the possible projects for all situations.
 

AnandGupta

Expert
Licensed User
Longtime User
I don't think you can rely on ChatGPT to answer all your B4X questions. It still has way to go. The B4X guide pdf is for learning the fundamental of the language. It doesn't contain a database or code bank of all the possible projects for all situations.
Agree.

The code examples ChatGPT gives me for C# are just snippets which one need to adapt for the job in hand. It also helps me to know about different methods and variables of the C# class used. As a beginner in C#, I truly thank ChatGPT for these code snippets, which gave me knowledge of C# vis-a-vis Xbase++.

I have noted members pointing to the pages of the guide many times in the Forum. So I was wondering if ChatGPT can give some correct sample code snippets, at least from the guides, it will help beginners in B4X.
 
Top