freed84 написал:
А еще можно нажать F1 над буквами i и c.
Type Length Standard Length Name 
b 1 byte   1-byte integer (internal) 
s 2 byte   2-byte integer (internal) 
i 4 byte   4-byte integer 
p 1 to 16 bytes 8 byte Packed number 
decfloat16 8 byte   Decimal floating point number with 16 decimal places 
decfloat34 16 byte   Decimal floating point number with 34 decimal places 
f 8 byte   Binary floating point number with 17 decimal places 
c 1 to 262,143 characters 1 characters Text Field 
string Variable   Text string 
n 1 to 262,143 characters 1 characters Numeric text field 
d 8 characters   Character-like date field 
t 6 characters   Character-like time field
а проще i числовая переменная от -2,147,483,648 до +2,147,483,647
с символьная переменная от 0 до  262143  букв
Спасибо вам большое! Это как раз то что я хотел узнать! Извините, а можно ли узнать, есть ли еще другие буквы обозначающие типы переменных?