Hi All
How to compile this code to r.code:
/****************************/
def shared temp-table tt-x
field c as char
field i as int.
For each {1}
where {1}.{2} <> "root".
assign i = i + 1.
create tt-x.
assign tt-x.a = lc{1}.{2}
tt-x.i = i.
end.
/*********end code***********/
Or is not possible?
How to compile this code to r.code:
/****************************/
def shared temp-table tt-x
field c as char
field i as int.
For each {1}
where {1}.{2} <> "root".
assign i = i + 1.
create tt-x.
assign tt-x.a = lc{1}.{2}
tt-x.i = i.
end.
/*********end code***********/
Or is not possible?