How Can I Add A Number And String In A Variable On Progress4gl

  • Thread starter Thread starter Calne
  • Start date Start date
Status
Not open for further replies.
C

Calne

Guest
How can I add a number and string into a character variable on Progress4GL like the following (it's just an example to show the idea).

a = 'Code'
b = 1

c = a+b


So c's value is "Code1"

How can I do it on progress4GL?

Any help is appreciated.

Continue reading...
 
Status
Not open for further replies.
Back
Top