Application Development 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: 

assign Quan(13) to char(255)

Karan_Chopra_
Active Participant
0 Kudos
157

Can i assign a quantity (13) field value to a char (255) field

11 REPLIES 11

former_member191735
Active Contributor
0 Kudos
92

You can assign.

Karan_Chopra_
Active Participant
0 Kudos
92

can i know how??

Former Member
0 Kudos
92
WRITE quan TO char DECIMALS 2.

Amandeep

Former Member
0 Kudos
92

I think using- assign <field1> to <field2>. or move <f1> to <f2>.

please reward points, if it will be helpful.

Karan_Chopra_
Active Participant
0 Kudos
92

it is still not gettin populated

it is left blank

Karan_Chopra_
Active Participant
0 Kudos
92

plz help

Karan_Chopra_
Active Participant
0 Kudos
92

plzzzz help

Karan_Chopra_
Active Participant
0 Kudos
92

plzzzz help

Karan_Chopra_
Active Participant
0 Kudos
92

is'nt there any solution for this

Karan_Chopra_
Active Participant
0 Kudos
92

somebody help

0 Kudos
92

did u try ths ???

WRITE quan TO char DECIMALS 2.

Or did you try

move quan to char.

Amandeep