Application Development and Automation 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: 
Read only

initial value

Former Member
0 Likes
425

what is the initial value and maximum length of all data type?

3 REPLIES 3
Read only

Former Member
0 Likes
401

If you simply do F1 on 'data', you'll see this.

Rob

Read only

Former Member
0 Likes
401

Hi,

can you summarize your questions. Please post a single question. it is easy for you to gather information. Rather posting many q's.

Regards

Vijay

Read only

seshatalpasai_madala
Product and Topic Expert
Product and Topic Expert
0 Likes
401

Hi,

Type Length Standard length Description

b 1 Byte 1 byte integer (internal)

c 1 to 65,535 characters 1 character Text field

cursor as i as i Database cursor

d 8 characters Date field

f 8 bytes Floating point number

i 4 bytes 4 byte integer

n 1 to 65,535 characters 1 character Numeric text

p 1 to 16 bytes 8 bytes Packed number

string variable Text string

s 2 bytes 2 byte integer (internal)

t 6 characters Time field

x 1 to 65,535 bytes 1 byte Byte field

xstring variable Byte string

Regards,

Sesh