Re: TIB: Getting the length of strings


[Prev][Next][Index][Thread]

Re: TIB: Getting the length of strings




>> The response will be a number, the length in character of the string. To
>> find pixels wide, multiply by 6, as that is the width of each character in
>> the string.
>> To put a string at the center of the program screen, use this form:
>> Output row,119-dim(string),string
>>
>> Paul DeLeeuw
> 
> Yes, that's what I was looking for.  Very useful function.

Are you sure that's right? Isn't it 119-dim(string)/2 or something
like that?


Follow-Ups: