Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

unicode problem: offset problem

Former Member
0 Kudos

hi

thanks for ur ans. i m having one more query.

clear spell+403.

for the above statement the error message is: the offset-declaration exceeds the length of the character -type start(=18) of the structure.

2 REPLIES 2

Former Member
0 Kudos

Hi Richard,

try this,

clear spell + 403.

Thanks.

former_member583013
Active Contributor
0 Kudos

You should define the start of the field...


clear spell+(5)403.

Starts on character 5 and cleans up to 403 characters...

Greetings,

Blag.