* source/rtl/tget.prg

! Fix minor bug in PutMask() method.

      Reported by Luiz Rafael Culik from brazilian user
This commit is contained in:
Walter Negro
2002-07-08 04:41:12 +00:00
parent 998f22131c
commit bb6992bbbe

View File

@@ -1148,6 +1148,8 @@ METHOD PutMask( xValue, lEdit ) CLASS Get
for nFor := 1 to ::nMaxLen
if !::IsEditable( nFor )
nNoEditable++
else
nNoEditable := 0
endif
next
cBuffer += SubStr( ::Original, ::nMaxLen - nNoEditable + 1 )