Hi

Rodrigo Machado wrote:
> 
> My small contribution for "Tab by spacios"
> 
>       /*
>        * Replace TAB by Space
>        * 15/01/2010 - 13:19 - Rodrigo Machado
>        */
>       if lReplaceTabBySpace
>       cBuffer := strtran(cBuffer, chr(9),space(nTabLength) )
>       endif
> 
> 

Thank you.

I thought you are talking about tab-key re-orientation in the editor itself.
While saving a file, I have many more tasks on my TODO list including the 
one you asked.

Thank you to remind me.

Regards
Pritpal Bedi

-- 
View this message in context: 
http://old.nabble.com/HBIDE-tp27132880p27179656.html
Sent from the Harbour - Dev mailing list archive at Nabble.com.

_______________________________________________
Harbour mailing list (attachment size limit: 40KB)
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to