WIP updating help tree data
This commit is contained in:
0
yab-IDE/src/foobar
Normal file
0
yab-IDE/src/foobar
Normal file
14
yab-IDE/src/untitled0.yab
Normal file
14
yab-IDE/src/untitled0.yab
Normal file
@@ -0,0 +1,14 @@
|
||||
|
||||
open #1, "foobar","w"
|
||||
close #1
|
||||
|
||||
dir$ = attribute get$ "",""
|
||||
dir$=dir$+"/"
|
||||
|
||||
attribute set "string","attribute1", "This is the first attribute.", dir$+"foobar"
|
||||
attribute set "int","attribute2", "127", dir$+"foobar"
|
||||
attribute set "bool", "attribute3", "false", dir$+"foobar"
|
||||
a$=attribute get$ "", dir$+"foobar"
|
||||
print a$
|
||||
a$=attribute get$ "attribute1", dir$+"foobar"
|
||||
print "attribute1 \""+a$+"\""
|
||||
@@ -2002,6 +2002,7 @@ sub AboutWindow()
|
||||
t=instr(a$,chr$(44))
|
||||
a$=left$(a$,t-1)
|
||||
a$="Running "+a$
|
||||
//a$=str$(peek(version))
|
||||
width=draw get "text-width", a$, "AboutWindow"
|
||||
draw text 200-width/2, 200,a$,"AboutWindow"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user