Forum Post: Transforming The String Value Into A Table Field

  • Thread starter Thread starter savoine
  • Start date Start date
Status
Not open for further replies.
S

savoine

Guest
temp-table tt-param field c-from as char field c-to as char. create tt-param. assign tt-param.c-from = "#name#" tt-param.c-to = "customer.name". def var c-string as char no-undo. assign c-string = "my company #name#". find first customer no-lock no-error. How to convert the string value "tt-param.c-to" to table field. Sorry for bad English.

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