Closed deryc closed 9 years ago
I can't seem to add a random number to my file name with using nw:save-graphml
I've been trying:
nw:save-graphml "test" random 70000 ".graphml"
any help would be much appreciated.
Hi! Thanks for your report, but this is not a NW extension problem. Just use the word primitive to construct your filename:
word
nw:save-graphml (word "test" random 70000 ".graphml")
I can't seem to add a random number to my file name with using nw:save-graphml
I've been trying:
nw:save-graphml "test" random 70000 ".graphml"
any help would be much appreciated.