- Dec 15, 2011
- 167
- 14
- 45
I have a few duds on the scripting codes that do not understand its operation.
They are the following codes:
-------------------------------------------------------------------------------------------------------------
- FormatStr "FLD_CHARACTER='%s'" %USERNAME
- Mov D1 %ARG(2)
Mov A3 %ARG(1)
- ReadValueSql "TBL_USERTITLE" %A9 "FLD_USERTITLE" [@Start500]
- Mov A6 %A9
- Mov D3 %ARG(1)
- UPDATEVALUESQL "TBL_USERTITLE" %A8 %A9
- Equal A3 ""
- FormatStr "FLD_USERTITLE='%s'" TkiLaBOSS
-------------------------------------------------------------------------------------------------------------
I can not understand this kind of codes.
Is there any tutorial or could someone explain please?
Thank you very much for everything.
They are the following codes:
-------------------------------------------------------------------------------------------------------------
- FormatStr "FLD_CHARACTER='%s'" %USERNAME
- Mov D1 %ARG(2)
Mov A3 %ARG(1)
- ReadValueSql "TBL_USERTITLE" %A9 "FLD_USERTITLE" [@Start500]
- Mov A6 %A9
- Mov D3 %ARG(1)
- UPDATEVALUESQL "TBL_USERTITLE" %A8 %A9
- Equal A3 ""
- FormatStr "FLD_USERTITLE='%s'" TkiLaBOSS
-------------------------------------------------------------------------------------------------------------
I can not understand this kind of codes.
Is there any tutorial or could someone explain please?
Thank you very much for everything.
