Problem with Index specifiers in format function

Hi,

working for 64-bit, but for 32-bit facing the same issue.

Hi,

what exactly case doesn’t work for you in 32-bit mode?

Only the first two are working fine for me in 32-bit…
format(%s) and format(%0:s)

Hi,

try to retest with Delphi 11 update 3 (version 28.0.48361.3236)

Hi,
I have tried with "Delphi 11 Version 28.0.48361.3236 " . The result was same. Working for 64-bit and 32-bit not working

Hi,

I’ve attached project with 32-bit executable and .dcu : testcase.7z (1.6 MB)

test my executable and try to use my .dcu for compiling this project.

I could view the results using your executable and.dcu files. When I ran and compiled the same project, an error message appeared.

Hi,

make sure that you are using 997e3e8 commit:

no result

Hi,

I’m using 997e3e8 commit locally.

as you can see, it works correctly …


Check your paths - you may use PascalScript from other source …

try to copy pascal script sources from GitHub - remobjects/pascalscript: pascalscript into folder with testcase and retest

Hi,

Thanks for the support. It worked with that commit.

1 Like