Search found 2 matches

by ostar
11 Jul 2017, 06:58
Forum: Resolved Questions
Topic: macro storage opened error
Replies: 2
Views: 9653

Re: macro storage opened error

Code: Select all

if (@eval ($::char->storage->isReady()?1:0)) goto open
this worked, thx
by ostar
08 Jul 2017, 02:45
Forum: Resolved Questions
Topic: macro storage opened error
Replies: 2
Views: 9653

macro storage opened error

Code: Select all

if (@eval(exists $::storage{opened}?1:0)) goto open
this code no work on new version macro, who can fix this?