anywhere?

Blitz3D Forums/Blitz3D Beginners Area/anywhere?

Agamer(Posted 2003) [#1]
IS there a way if I could find if s charachter or charachters were anywhere in a string


Ross C(Posted 2003) [#2]
Hey ash, check out this command:

Instr (string1$, string2$, offset)


Ross C(Posted 2003) [#3]
Link to online docs:

http://www.blitzbasic.com/b3ddocs/command.php?name=Instr&ref=2d_a-z


Agamer(Posted 2003) [#4]
yeh I found that after I posted this but ran out of time in the internet caffe BAck home now!

What I want do is take a string and split it up at all the charachter shich would be used to split up words! I then want change thesse words¬


Agamer(Posted 2003) [#5]
forget that sorted it!