pegaga1979
23rd July 2014, 08:28
hi,

i'm trying to capture 2 digits in my item code that have 14 alphanumeric digits. Then i want to print as model.
For example: Item code: KVM00763489123

in the report, the script will be:

if item code = "34" then
model1 = "A class"
end if.

so how i want to capture the digit at sequence number 8 and 9 in my report?

your advice and help is really appreciated.

tq.

JaapJD
23rd July 2014, 09:21
item.code(8;2)

pegaga1979
23rd July 2014, 10:15
Hi,

i'm able to do.

tq.