Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

numc and char

Former Member
0 Likes
843

hi i have got two fields that have data types numc and char. I want to fill value --- in those fields. I know i can do it for char but nt sure for numc. what if i put space or 0000 for numc, will it be any good.

thanks in advance,

Gaurav

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
702

It needs to be 0000

3 REPLIES 3
Read only

Former Member
0 Likes
703

It needs to be 0000

Read only

Former Member
0 Likes
702

Hi gaurav,

1. NUMC won't accept any spaces.

2. by default it will be 0000 only.

3. if we assign 25 to numc,

it will be 000025.

regards,

amit m.

Read only

seshatalpasai_madala
Product and Topic Expert
Product and Topic Expert
0 Likes
702

Hi,

For NUMC 0's are displayed automatically for the length of the variable you have specified. So no need. If you want to fill any other character other than 0-9 it is not possible.

Regards,

Sesh