Customizing Inference App?
|
11-16-2014, 02:38 AM
(This post was last modified: 11-16-2014 02:51 AM by Han.)
Post: #4
|
|||
|
|||
RE: Customizing Inference App?
(11-16-2014 02:08 AM)mbeddo Wrote: Seems to give me what I wanted. It wasn't clear to me that STARTVIEW(2, 1) wouldn't call this Num(), resulting in an infinite loop, or the Num() of the built-in app. Glad to see it calls the Num() of the built-in app. Yeah, STARTVIEW() uses the built-in function. The thought is that if you wanted the customized function you would simply call Num() and not STARTVIEW(). As for creating a program for input, you probably have to do string manipulation and use EXPR(). For example: AppName:="Statistics_2Var.C"; ColNum:=1; Destination:="Xlist"; // the values above you could use an INPUT() command to obtain EXPR(Destination + ":=" + AppName + ColNum); EDIT: changed to fit your particular app a bit better. You can modify this to a generic import function that can import to/from any app. Make sure to qualify the destination name, too, to avoid any conflicts in various apps. For example, it's safer to do "Statistics_2Var.C1:=Spreadsheet.A1:A10" than to simply do "C1:=Spreadsheet.A1:A10" as the latter may store the result in cell C1 of the spreadsheet app if you're running from the Spreadsheet app and not the Stat2Var app Graph 3D | QPI | SolveSys |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
Customizing Inference App? - mbeddo - 11-16-2014, 12:26 AM
RE: Customizing Inference App? - Han - 11-16-2014, 01:17 AM
RE: Customizing Inference App? - mbeddo - 11-16-2014, 02:08 AM
RE: Customizing Inference App? - Han - 11-16-2014 02:38 AM
RE: Customizing Inference App? - Tim Wessman - 11-16-2014, 04:03 AM
RE: Customizing Inference App? - mbeddo - 11-18-2014, 08:24 AM
RE: Customizing Inference App? - Han - 11-18-2014, 02:03 PM
RE: Customizing Inference App? - Tim Wessman - 11-18-2014, 02:37 PM
RE: Customizing Inference App? - Han - 11-18-2014, 03:50 PM
RE: Customizing Inference App? - Han - 11-18-2014, 02:23 PM
RE: Customizing Inference App? - salvomic - 03-14-2015, 09:24 PM
RE: Customizing Inference App? - salvomic - 05-14-2015, 09:48 AM
|
User(s) browsing this thread: 3 Guest(s)