プレイ日記
Caleb caleb.devontx
How do you send a variable to another editor slot? I know how to use another slot just not how to send a variable's value
2そうだね
プレイ済み
返信[1]
親投稿
PChicken NerdChicken
What do you mean? Do you want to run a slot using all the variables in a different slot? Then just EXEC after the variables are what you want If you just need to use functions in another program/slot (this is an amazingly good idea) then just LOAD and USE at the beginning of the program and then use the functions contained in the program like you if they were defined in the currently executing
0そうだね
プレイ済み
返信[2]
親投稿
PChicken NerdChicken
program.
0そうだね
プレイ済み
返信[3]
親投稿
Perska Perska02
Values in other slots are accessed via VAR: SLOT 0 VAR AAA EXEC 1 'execute slot 1 to set AAA ?AAA SLOT 1 VAR("0:AAA")=354
1そうだね
プレイ済み
返信[4]
親投稿
PChicken NerdChicken
ooh
0そうだね
プレイ済み
返信[5]
親投稿
Caleb caleb.devontx
Thank you Perska that worked perfectly
0そうだね
プレイ済み