newbie
Im having a format problems Im hacking someone else's script
what does this do ?
I understand the varibles but I do not know what the "position" statement means
begin-progam
#define OCODE_COL 1
#define OPER_COL 10
begin-select
a.oper_id &oper
position (+1,1)
print &oper (, {OPER_COL})
The script is rather lenthy and is using sqr and sql commands
Thanks
Vehto
Im having a format problems Im hacking someone else's script
what does this do ?
I understand the varibles but I do not know what the "position" statement means
begin-progam
#define OCODE_COL 1
#define OPER_COL 10
begin-select
a.oper_id &oper
position (+1,1)
print &oper (, {OPER_COL})
The script is rather lenthy and is using sqr and sql commands
Thanks
Vehto