How long is my String[32]
From: Christakis John (dontemail_at_me.please.ok)
Date: 10/21/04
- Next message: Jud McCranie: "Re: How long is my String[32]"
- Previous message: Peter J. Dobrovka: "Re: mysterious printing problems"
- Next in thread: Jud McCranie: "Re: How long is my String[32]"
- Reply: Jud McCranie: "Re: How long is my String[32]"
- Reply: Jamie: "Re: How long is my String[32]"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Thu, 21 Oct 2004 02:07:20 GMT
Hiya,
I have a record defined like:
type myrecord=record
string1 : string[32]
end;
and I want to set another var later on to the length of string1. But I want
the 32, not the current length of anything that might be in record. This is
so I can automate a 'You cannot enter more than X chars in this field' type
of message without having to store a separate 32 for this field.
tia,
cj
- Next message: Jud McCranie: "Re: How long is my String[32]"
- Previous message: Peter J. Dobrovka: "Re: mysterious printing problems"
- Next in thread: Jud McCranie: "Re: How long is my String[32]"
- Reply: Jud McCranie: "Re: How long is my String[32]"
- Reply: Jamie: "Re: How long is my String[32]"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|