BBC BASIC: Search for a string in a string

149 Views Asked by At

I have to write in BBC Basic at school (which I know nothing about) and have to write a program that searches for a string within a string.

1

There are 1 best solutions below

0
On

Use the INSTR function.

I never heard about BBC BASIC before, but your school should provide you documentation about it if it forces you to learn that BASIC. But at this basic level, all BASIC dialects are very similar. Even if you don't find anything about BBC BASIC, you can try any tutorial about Visual Basic, QBasic, Turbo Basic, GWBasic etc.