Nesting Functions

Darren Reely darren_reely@latticesemi.com
Thu, 17 Jun 1999 15:05:43 -0700


Terry,

Base on your sample this should do what you want:

info = "Amount: " + LJ( rj(ascii(X)[1:10])[1:8] + "." +
ascii(X,10)[9:2] )

It's ugly but works.

I don't recall any shortcuts to this type of problem.  But I will be
watching for further responses.

Darren.


Terry Pickering wrote:
> 
> Darren suggested:
> 
> define z2 char*11 = RJ(ASCII(X)[1:10])[1:8] + "." +
> RJ(ASCII(X)[1:10])[9:2]
> 
> But, I don't want to use a DEFINE. I'm just trying to display numeric fields with INFO statements and don't want to setup a DEFINE for all of the fields I may or may not want to display.
> 
> I too remember when it used to work. Either that or it depends on which functions you are combining.
> 
> Terry Pickering CompuGroup, Inc.
> pickering@myself.com Portland, Oregon USA
> www.teleport.com/~compugrp Cessna 172 & Lancair ES = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = Subscribe: "subscribe powerh-l" in message body to majordomo@lists.swau.edu Unsubscribe: "unsubscribe powerh-l" in message to majordomo@lists.swau.edu powerh-l@lists.swau.edu is gatewayed one-way to bit.listserv.powerh-l This list is closed, thus to post to the list, you must be a subscriber.
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =
Subscribe: "subscribe powerh-l" in message body to majordomo@lists.swau.edu
Unsubscribe: "unsubscribe powerh-l" in message to majordomo@lists.swau.edu
powerh-l@lists.swau.edu is gatewayed one-way to bit.listserv.powerh-l
This list is closed, thus to post to the list, you must be a subscriber.