The following warnings occurred:
Warning [2] count(): Parameter must be an array or an object that implements Countable - Line: 795 - File: showthread.php PHP 7.4.33 (FreeBSD)
File Line Function
/showthread.php 795 errorHandler->error





Post Reply 
How I can start solver with the Num view ?
01-14-2021, 06:24 PM
Post: #1
How I can start solver with the Num view ?
Can you tell me how I can edit my program/App to start with the Num view.

I tried startview but is not working


START()
BEGIN
msgbox("VOL")

END;

//Symb—change to Num
Symb()
BEGIN
startview(2,0)
END;

//Plot—disable
Plot
BEGIN

END;

//PlotSetup—disable
PlotSetup()
BEGIN

END
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
How I can start solver with the Num view ? - fs5qc - 01-14-2021 06:24 PM



User(s) browsing this thread: 2 Guest(s)