Skip to Content
0
Former Member
Mar 05, 2009 at 05:15 PM

describe in byte mode in 4.6c...

233 Views

Hello Gurus,

The following syntax is used in 4.7 system.

describe field pdf_data length v_length in byte mode.

Now I have to rewrite the code in 4,.6C. But above syntax is not supported in 4.6c.

So, if I change the above statement to below, will that make any difference ?

describe field pdf_data length v_length.

Regards,

Jainam.