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.
Retriving data from LIVECODE dictionary
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller
Re: Retriving data from LIVECODE dictionary
Hi
Please visit this web site http://bjoernke.com/?target=bvgdocu
Now I'm making a mobile apps for it.
Regards
Terry Ho
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
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. ^^
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
Did you try to spider the following site: http://docs.runrev.com/ ?
Livecode Wiki: http://livecode.wikia.com
My blog: https://livecode-blogger.blogspot.com
To post code use this: http://tinyurl.com/ogp6d5w
My blog: https://livecode-blogger.blogspot.com
To post code use this: http://tinyurl.com/ogp6d5w