Re: number beginning with zerro
- From: "Heinrich Wolf" <invalid@xxxxxxxxxxxxxxx>
- Date: Mon, 30 Jul 2007 23:59:55 +0200
Hi,
I still recommend storing the Phone number as a string,
but if you insist on storing as a number, then your example
'05712222286' will need a type int64 or similar.
In D5 StrToInt('05712222286') will raise an exception,
but StrToInt64('05712222286') will do the job.
Regards
Heiner
.
- References:
- number beginning with zerro
- From: surena
- Re: number beginning with zerro
- From: Jamie
- Re: number beginning with zerro
- From: surena
- number beginning with zerro
- Prev by Date: Re: Print pagenumber on Quickreport
- Next by Date: Re: number beginning with zerro
- Previous by thread: Re: number beginning with zerro
- Next by thread: Re: number beginning with zerro
- Index(es):