PDA

View Full Version : DF20 bug with rightpos



wila
29-Jul-2021, 06:30 PM
Hi,

Me again, figured to try another test...


Use Windows.pkg

Procedure Test
String sValue
Integer iPos
Integer iCommaPos
Move "0,1,00,1,52,212,-11,12,-15,false2,-15,false2,-15,false2,-14,Id: 2,-1" to sValue
Move 11 to iPos
Move (RightPos(",",sValue,iPos,10)) to iCommaPos
Showln iCommaPos
End_Procedure

Send Test


Inkey WindowIndex


output on DF19.1


20


output on DF20.0


0


Maybe not that surprising as pos already has a problem, but reporting it anyways as to make sure this gets looked at as well.
--
Wil

Frank Cheng
29-Jul-2021, 08:02 PM
You are on a roll! At this rate this forum will never be closed...

Frank Cheng

Vincent Oorsprong
30-Jul-2021, 02:13 AM
Wil,

I've logged this.

wila
30-Jul-2021, 03:51 AM
Thanks Vincent.

Hope the Pos one also gets logged.
--
Wil

Dennis Piccioni
30-Jul-2021, 09:31 AM
I'm logging it now.

Stephen W. Meeley
30-Jul-2021, 12:21 PM
Wil,

I moved this here because it's likely a Unicode-related issue.

Marcia Booth
11-Sep-2021, 04:04 PM
Hello! We have released an updated build of DataFlex 2021 (20.0.7.152) that addresses various issues reported after the release of DataFlex 2021. The post on this release (https://support.dataaccess.com/Forums/showthread.php?67724-DataFlex-2021-Updated-Release-(20-0-7-152)-Published-Update-Now!) includes links to the full release notes as well as to downloading the new installation programs.


The issue you reported here has been addressed in this new build. Thank you for helping us make DataFlex a better product for the whole community!

wila
13-Sep-2021, 07:59 AM
Tested again and can confirm it is fixed.
--
Wil