Search found 39 matches

by xxx
29 Mar 2013 07:37
Forum: Feature Requests
Topic: activate camera
Replies: 9
Views: 26142

Re: activate camera

Me too.
by xxx
21 Mar 2013 18:55
Forum: Feature Requests
Topic: Store formated date into variable
Replies: 10
Views: 32701

Re: Store formated date into variable

Hi Martin,

thank you. It works now. :-)
by xxx
20 Mar 2013 18:15
Forum: Feature Requests
Topic: Set Ringtone and other tones
Replies: 1
Views: 7986

Re: Set Ringtone and other tones

Setting the ringtone is also interesting for me.
by xxx
20 Mar 2013 18:11
Forum: Feature Requests
Topic: Store formated date into variable
Replies: 10
Views: 32701

Re: Store formated date into variable

Unfortunately not. I changed the data type to date but it still not work. There are red colored errors shown in the action 'script'. And if I run the flow it stops there due to an error.

I also tried this:

Script: eval("global_test=getDate(),dateformat,dd.MM.yyyy HH:mm:ss");

But it does not work.
by xxx
19 Mar 2013 17:33
Forum: Feature Requests
Topic: Store formated date into variable
Replies: 10
Views: 32701

Re: Store formated date into variable

Hi, I want to do it that way:

Script: global_test={getDate(),dateformat,dd.MM.yyyy HH:mm:ss};

but it does not work.
global_test is declared as a string.
by xxx
19 Mar 2013 17:26
Forum: Feature Requests
Topic: Data type of variables
Replies: 2
Views: 9790

Re: Data type of variables

Hi, thanks for quick reply.
I already know this feature, but I want it to know inside a script.
If I have a list of variables, I want to do different things based on data type of selected variable.
by xxx
18 Mar 2013 20:37
Forum: Feature Requests
Topic: Store formated date into variable
Replies: 10
Views: 32701

Store formated date into variable

Hi, I want to convert a date into a readable format using "getDate(),dateformat,dd.MM.yyyy HH:mm:ss" and store this string into a new variable. This does not work directly at the moment. Correct me if I am wrong. Currently I a have a work arround storing the date in the readable format into a text f...
by xxx
18 Mar 2013 20:15
Forum: Feature Requests
Topic: Index of selected item
Replies: 0
Views: 7200

Index of selected item

Hi, I have to lists with equal length, e.g. date list and location list. I want to use the date list to put it into a Eingabedialog as an Einfachauswahl. If I select the 3rd date in the list, I need the position stored in a variable to get the 3rd item of the location list with an already existing f...
by xxx
18 Mar 2013 20:01
Forum: Feature Requests
Topic: Data type of variables
Replies: 2
Views: 9790

Data type of variables

Hi, is it possible to add a function, which provides the data type of a variable.
GetDataType (global_date)=> date

Thanks.