* source/rtl/tget.prg
! Fix minor bug in PutMask() method.
Reported by Luiz Rafael Culik from brazilian user
This commit is contained in:
@@ -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 )
|
||||
|
||||
Reference in New Issue
Block a user