Page 1 of 1

Retriving data from LIVECODE dictionary

Posted: Mon Jan 20, 2014 4:59 am
by penopia
I'd like to make "liveCODE Korean dictionary" stack, which has very simple structure with 2 field (keyword and explanation). I know the liveCode Dictionary is also a stack file, so I can retrive a data from it.

The following script worked :
put fld "Entrey" of stack "revDictionary" into fld 1 of this stack

But I can not find where the whole contents are located. How can I get this data?
I hope to make template stack for later translation using following scripts, if data is stored as array variable (for example "Dictionary").

repeat with each key myKey in Dicionary
create card myKey
put myKey into fld 1
put Dictionary[myKey] info fld 2
end repeat

Any advice will be great help.

Re: Retriving data from LIVECODE dictionary

Posted: Mon Jan 20, 2014 2:54 pm
by terryho
Hi

Please visit this web site http://bjoernke.com/?target=bvgdocu

Now I'm making a mobile apps for it.

Regards

Terry Ho

Re: Retriving data from LIVECODE dictionary

Posted: Tue Jan 21, 2014 6:50 am
by penopia
Thanks Terry
I spent severeal hours to get clue from your stacks, but the structure & code was too complicated for me to catch up, of course I'm beginner. I will try next time after get more knowledge of database Anyway thanks again for your kind help. ^^

Re: Retriving data from LIVECODE dictionary

Posted: Wed Jan 22, 2014 2:29 pm
by MaxV
Did you try to spider the following site: http://docs.runrev.com/ ?