Donate SIGN UP

Programming

Avatar Image
u2cannv | 15:46 Wed 03rd Oct 2007 | Computers
1 Answers
How can I program program a search and replace with tabs using BASIC
  
Gravatar

Answers

Only 1 answerrss feed

Best Answer

No best answer has yet been selected by u2cannv. Once a best answer has been selected, it will be shown here.

For more on marking an answer as the "Best Answer", please visit our FAQ.
Not clear what you mean.

You might mean using your editor to replace spaces with tabs. Some editors have an indent function that allow you to indent blocks of code which might be easier.

You could try using copy and paste. Try creating a new line with a tab character. You should then be able to copy and paste that in the search and replace box so you can replace a space with a tab.

If you mean you need to programatically replace a space character witha tab character then you need to look at seleting and replacing them as ASCII characters.

What editor are you using? What version of Basic are you using? What do you want to do?

Only 1 answerrss feed

Do you know the answer?

Programming

Answer Question >>