Chr

Nancy Palmquist nlp at vss3.com
Thu Feb 26 08:32:39 PST 2009


Kenneth Brody wrote:
> Quoting RKreiss1 (Wed, 25 Feb 2009 14:10:07 -0500):
>
>   
>> It's windows XP Pro Service pack 3
>>     
>
> "Works fine here on Windows."
>
> Try this and send a screenshot:
>
> ==========
> ::end:
> @entsel::show "\{T} - test CHR()":
> ::end:
> ::declare row(2,.0), col(2,.0):
> ::declare message:
> @keyT::message = "" ; row="2":
> Loop1::message = message & "\n" & base(row,"10","16") & "  " ; col = "0":
> Loop2::message = message & "  " & chr(row*"16"+col):
> :row="5" and col="12":message = message & chr("92")   ' Special case  
> for backslash:
> :col lt "15":col = col + "1" ; goto Loop2:
> :row lt "15":row = row + "1" ; goto Loop1:
> ::mesgbox message:
> ::end:
> ==========
>
> [...]
>
>   
Ken,

You missed the problem.  He said it worked in msgbox, but not in listbox 
which displays an array.

Nancy

-- 
Nancy Palmquist 		MOS & filePro Training Available
Virtual Software Systems	Web Based Training and Consulting	
PHONE: (412) 835-9417		   Web site:  http://www.vss3.com



More information about the Filepro-list mailing list