Search found 2 matches

by Smokehound
Fri Nov 05, 2010 3:25 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: Help with variables.
Replies: 3
Views: 8116

Thanks for the reply I will give that a shot.

Do you know if there is a way to do it without converting the variable to a string?
by Smokehound
Thu Nov 04, 2010 10:04 am
Forum: QBASIC and QB64 Questions & Answers
Topic: Help with variables.
Replies: 3
Views: 8116

Help with variables.

I am not sure if Qbasic is able to do this, but here is what I need to do. I would like to take a variable and break it in to pieces. Example: X = 325 I want to cut that up to make three more variables as follows A = 3 B = 2 C = 5 I assume there is a way to do this using something similar to the LEF...