FroDesigns
Member
- Joined
- Aug 23, 2009
- Messages
- 6
- Programming Experience
- 1-3
I am trying to make a programming language and cant figure out how read the part of the string I want in a conditional statement.
Ive tried this:
But It comes up with an error. IS there any other way because I don't want to have to come up with syntax that is all the same length.
Any help is appriciated
Ive tried this:
VB.NET:
If (syn_(0) = "p" & syn_(1) = "u" & syn_(2) = "t") Then
'code to do
End If
Any help is appriciated