プレイ日記
Caleb caleb.devontx
How do you use the second edit slot (shown as slot number 1) and have the code for example: Print"Hello" in the second slot (still shown as slot 1) actually print hello
2そうだね
プレイ済み
返信[1]
親投稿
Party rock PartyRockx
i dont think anyone really knows
0そうだね
プレイ済み
返信[2]
親投稿
PChicken NerdChicken
exec 2?
0そうだね
プレイ済み
返信[3]
親投稿
raimondz raimondzz
There are two ways to do so: Option 1: Exec "PRG2:Program" Option 2: Create a common function and then call it from other page.
0そうだね
プレイ済み
返信[4]
親投稿
raimondz raimondzz
Example: Page 0: Load "PRG2:helloWorld" USE 2 'This let you use the functions of the page 2 helloWorld Page 2: COMMON DEF helloWorld ? "HELLO WORLD" END
0そうだね
プレイ済み
返信[5]
親投稿
Caleb caleb.devontx
Now, how do you send a variable to the second page
0そうだね
プレイ済み