[DONE] help file error

TailBite specific forum

Moderators: gnozal, ABBKlaus, lexvictory

User avatar
NoahPhense
Addict
Addict
Posts: 1999
Joined: Thu Oct 16, 2003 8:30 pm
Location: North Florida

[DONE] help file error

Post by NoahPhense »

Found an error in the help file I believe.

Code: Select all

   Procedure.s LocalFindString(a$, b$)
     ProcedureReturn FindString(a$, b$, 1)
   EndProcedure

   ProcedureDLL.s MyReplaceString(a$, b$, c$)
     chi = LocalFindString(a$, b$)
     result$ = Left(a$, chi)+c$+Right(a$, Len(a$)-Len(b$))
     ProcedureReturn result$
   EndProcedure
Procedure.s LocalFindString(a$, b$) <-- should be Procedure.l

- np
lexvictory
Addict
Addict
Posts: 1027
Joined: Sun May 15, 2005 5:15 am
Location: Australia
Contact:

Post by lexvictory »

fixed for next version
Demonio Ardente

Currently managing Linux & OS X Tailbite
OS X TailBite now up to date with Windows!
Post Reply