Thanks for answering desmanto, i read your trhead on kaskus and i modify it. Are your thread active until right now?? I want to borkmark it for some references..
I attach my successfull flow. Do you have idea to make the flow be one flow?
Search found 7 matches
- 11 Aug 2017 09:43
- Forum: General
- Topic: [SOLVED]How to set volume when phone is vibrate?
- Replies: 3
- Views: 13750
- 10 Aug 2017 02:41
- Forum: General
- Topic: [SOLVED]How to set volume when phone is vibrate?
- Replies: 3
- Views: 13750
[SOLVED]How to set volume when phone is vibrate?
Hi,, I want to ask one question, i make one flow to speak when the power is connected, the problem is when i set my phone is vibrate or silent, the action is running but i cant hear a sound of google tts, and i fix it with action "Set volume", but when the flow is end the volume is not turn back int...
- 10 Aug 2017 00:43
- Forum: General
- Topic: [SOLVED] How to get a value from key?
- Replies: 6
- Views: 20147
Re: [SOLVED] How to get a value from key?
Its work ) my code is simply now,,
You are right, i am use x[0]=x[1] before and its not work,,
You are right, i am use x[0]=x[1] before and its not work,,
- 03 Aug 2017 01:48
- Forum: General
- Topic: [SOLVED] How to get a value from key?
- Replies: 6
- Views: 20147
[SOLVED] How to get a value from key?
Yes, i successfull run this script i modify the script like list=split(file_text, "\\n"); map=newMap(); for (i in list) { x=split(i, "="); map[x[0]]=x[1]; } titlename=map["titlename"]; umur=map["umur"]; And the output: Hello sir Your age 21 Thanks before for answer my question. :)) Maybee i will dis...
- 02 Aug 2017 23:37
- Forum: General
- Topic: [SOLVED] How to get a value from key?
- Replies: 6
- Views: 20147
Re: [ASK] How to get a value from key?
First of all, I change a bit your code, for the getElement(). We can easily access element by using []. I will use this onward. titlename = list[0] is the same as titlename=getElement(list, 0) When you saved, you should retrieve it in the same format. When you save it, you save as titlename={titlen...
- 31 Jul 2017 11:02
- Forum: General
- Topic: [SOLVED] How to get a value from key?
- Replies: 6
- Views: 20147
Re: [ASK] How to get a value from key?
Sorry i attach the wrong file here is it..
- 31 Jul 2017 10:54
- Forum: General
- Topic: [SOLVED] How to get a value from key?
- Replies: 6
- Views: 20147
[SOLVED] How to get a value from key?
Hy everyone, i want to store and get a value from a file. I dont have a problem when i store a value to file. But when i try get the value i got a problem For example i stored a value to Surti.txt file: Titlename=sir Age=21 And when i get the value the output is Hello titlename=sir. Your age is Age=...