Вниз
Скачать: CL | DM;

функция format   Найти похожие ветки 

 
Unknown   (2003-09-20 10:42) [0]

В нелпе написанно:
Format strings
Format strings specify required formats to general-purpose formatting routines.

...

The following table summarizes the possible values for type:

d - Decimal. The argument must be an integer value. The value is converted to a string of decimal digits. If the format string contains a precision specifier, it indicates that the resulting string must contain at least the specified number of digits; if the value has less digits, the resulting string is left-padded with zeros.
...

я пишу ShowMessage(Format("%10d", [4]));
но вместо нулей в стринг добавляются пробелы.

Как мне все тки получить стринг дополненый с леав с нулями с помощью функции формат как это описанно в хелп?


 
ZEE ©   (2003-09-20 10:55) [1]

Format("%.10d",[4])


 
jack128 ©   (2003-09-20 10:59) [2]


> If the format string contains a precision specifier


 
Unknown   (2003-09-20 11:01) [3]

понял, спасибо



Страницы: 1 вся ветка

Скачать: CL | DM;



Память: 0.45 MB
Время: 0.018 c
3-3798
rosl
2003-09-11 09:48
2003.10.02
Перенос копирование записей


4-4164
Сергей Ю.
2003-07-29 20:01
2003.10.02
---|Ветка была без названия|---


1-3915
Игорь Ч
2003-09-22 09:31
2003.10.02
Как организовать взаимодействие между программами?


1-3914
Relaxxx
2003-09-22 10:43
2003.10.02
Возпроизвести wav-файл


6-4008
falic
2003-08-05 12:25
2003.10.02
проблема кодировки в XML+XSL




   Наверх