Post Reply 
[QUESTION] "internal string table"
04-19-2017, 01:56 PM
Post: #8
RE: [QUESTION] "internal string table"
Extracted in a .txt (Unicode) with the following code:

PHP Code:
// Use Number Format: Standard

EXPORT STRINGFRROMID_TXT
BEGIN

 LOCAL Tx
,x,Nmb="STRINGFROMID_"+Language+".txt";

 
DelAFiles(Nmb);
 
AFilesB(Nmb,0):={255,254};

 FOR 
x:=0 TO 2996 DO
  
Tx:=x+"\t"+STRINGFROMID(x)+"\r\n";
  
LOCAL y,Nvo={};
  FOR 
y:=1 TO DIM(Tx) DO
   
Nvo(0):=Tx(y);
   
Nvo(0):=BITSR(Tx(y),8)
  
END;
  
AFilesB(Nmb,AFilesB(Nmb)):=Nvo
 END
;

 
"Success!"
END

Download files txt:
1 English
2 中文 (简体)
3 Français
4 Deutsch
5 Español
6 Nerderlands
7 Português
8 日本語

Also a small example of animation, where that command is used to create variety: Video

Viga C | TD | FB
Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: [QUESTION] "internal string table" - Carlos295pz - 04-19-2017 01:56 PM



User(s) browsing this thread: 1 Guest(s)