Skip to main content
Question

"R%8" does not work o UV 14.2.1 as it has for many years

  • July 30, 2026
  • 5 replies
  • 71 views

Nelson Schroth
Forum|alt.badge.img+2

We have may programs that use basic format like “R%8” to prefill zeroes that were not entered or came from Excel who loves to strip them off.

We just updated our development server from 11.3.1.6022 to 14.2.1.

If your basic program takes a number in missing leading zeroes, “R%8” would turn 1234 into 00001234 in UV 11.3.1.  However, on 14.2.1, it acts like a simple “R#8” and does not add the leading zeroes.

Does anyone have an idea why this functionality changed and what to do to correct it?  This could damage many of our files’ data that rely on this functionality.

Nelson Schroth

5 replies

Steven Douglas
Forum|alt.badge.img
  • Participating Frequently
  • August 3, 2026

I am not seeing the same behavior.  Something seems different in our environments or I am doing something differently syntax wise but
CRT '1234' "R%8"
returns 00001234 for me in 14.2.1 and also in 11.3.4

To expand on Tyrel’s comment…   We are also running PICK flavor if that is what the issue is.


Tyrel Marak
Forum|alt.badge.img+1
  • Participating Frequently
  • August 3, 2026

We run PICK flavor accounts and recently did the upgrade from 11.3.1 to 14.1.1 and have not seen what you’re describing (and we do use this sort of format all over the place).  So either it’s a flavor issue that we’re just not seeing because it doesn’t happen on PICK flavor accounts or what you’re seeing is something that was introduced between 14.1 and 14.2.
Update: We have some machines running 14.2.1 and it’s not happening on our PICK flavor accounts on those machines either.


Brian Leach
Forum|alt.badge.img+1
  • Participating Frequently
  • August 3, 2026

Just seconding Tyrel and Steven.. not seeing this problem on 14.2.1 either. Anything you can post as an example? What OS are you runining?


John Jenkins
Forum|alt.badge.img+1
  • Participating Frequently
  • August 3, 2026

Confirming - 14.2.1 and no issue found here in multiple flavours. 
I suggest trying this in XDEMO with a clean compilation and run. Otherwise any customisation in odd environment vartiables or uvconfig?

Also whether Windows or Unix and the version/nationality settings please, also whether you using NLS (which has its own list of setting for various nationality differences) and we can dig further.

 


Dave Weinstein
Forum|alt.badge.img

Nelson had opened up a support case on this, he is also no longer seeing the issue.

My best guess is it was an input issue.

-Dave