15,991,071 members
Sign in
Sign in
Email
Password
Forgot your password?
Sign in with
home
articles
Browse Topics
>
Latest Articles
Top Articles
Posting/Update Guidelines
Article Help Forum
Submit an article or tip
Import GitHub Project
Import your Blog
quick answers
Q&A
Ask a Question
View Unanswered Questions
View All Questions
View C# questions
View C++ questions
View Javascript questions
View Visual Basic questions
View .NET questions
discussions
forums
CodeProject.AI Server
All Message Boards...
Application Lifecycle
>
Running a Business
Sales / Marketing
Collaboration / Beta Testing
Work Issues
Design and Architecture
Artificial Intelligence
ASP.NET
JavaScript
Internet of Things
C / C++ / MFC
>
ATL / WTL / STL
Managed C++/CLI
C#
Free Tools
Objective-C and Swift
Database
Hardware & Devices
>
System Admin
Hosting and Servers
Java
Linux Programming
Python
.NET (Core and Framework)
Android
iOS
Mobile
WPF
Visual Basic
Web Development
Site Bugs / Suggestions
Spam and Abuse Watch
features
features
Competitions
News
The Insider Newsletter
The Daily Build Newsletter
Newsletter archive
Surveys
CodeProject Stuff
community
lounge
Who's Who
Most Valuable Professionals
The Lounge
The CodeProject Blog
Where I Am: Member Photos
The Insider News
The Weird & The Wonderful
help
?
What is 'CodeProject'?
General FAQ
Ask a Question
Bugs and Suggestions
Article Help Forum
About Us
Search within:
Articles
Quick Answers
Messages
Comments by patrickb123 (Top 9 by date)
patrickb123
21-Oct-20 4:19am
View
This was the way i was previously dealing with this issue, however now that i have created the Do While loop, it does not work as it will run forever if i ran the following code:
WHILE {Client.Name} <> "Patrick" DO
UPDATE({Client.Name}, "Patrick")
ENDLOOP
as it would just get replaced with the current value, which can change in loops etc...
patrickb123
7-May-20 7:50am
View
Hi sorry for the confusion, when i run this through the interpreter, the message in the dialog box is blank and the interpreter gives out an exception which states: Expected: RParen got NewLine at line 3: result = Question("this is a test with print")
patrickb123
7-May-20 7:34am
View
Unfortunately this is not what i am looking for, as the code uses a .txt file with the BASIC code inside of it, the C# code interprets this code, so for example if the question command in the file says: QUESTION("do you wish to continue") The Dialog Box text should say : "Do you wish to continue?"
patrickb123
7-May-20 7:26am
View
I cannot seem to get the text into the message box, i'm happy to do a screenshare so i can elaborate it to you better?
patrickb123
7-May-20 7:22am
View
So the text in the brackets of the question which is: QUESTION("Do you wish to record time today?"), needs to be put into the dialog result text, which in the above code can be seen using the abc variable: DialogResult result = MessageBox.Show(abc, "Confirmation",
patrickb123
7-May-20 7:06am
View
https://github.com/Timu5/BasicSharp
patrickb123
7-Apr-20 7:39am
View
Hi, i have taken a look at the link you provided at a lexical parsers. However i was wondering whether you were free for a screenshare so that i could get it working. As im not sure how to run it?
The link is: https://codereview.stackexchange.com/questions/172026/simple-language-tokenizer-in-c
patrickb123
7-Apr-20 6:36am
View
Hi Richard,
Thanks for your reply, if i was to use this method, how would i parse the textfile and skip to the next ELSE/END?
patrickb123
7-Apr-20 6:33am
View
Yes.
Show More