Dictionary/Array variables convertion

vyros4u

New member
Am trying to set variable as string variable from an integer dictionary variable to another string dictionary variable but I can't get it to work.. "string variable value" doesn't work on integer variable and there nothing like "integer variable value". Is there to convert integer variable to string with dictionary type?
 

Endercraft

Moderator (& bug finder :D)
Am trying to set variable as string variable from an integer dictionary variable to another string dictionary variable but I can't get it to work.. "string variable value" doesn't work on integer variable and there nothing like "integer variable value". Is there to convert integer variable to string with dictionary type?
So you want to take an integer variable from a string, and put it in a string variable located in another variable ? Try something like this :
Screenshot_2023-02-01-16-47-54-392-edit_com.arlosoft.macrodroid.jpg
Of course you can do it with only one dictionary :Screenshot_2023-02-01-16-50-04-777-edit_com.arlosoft.macrodroid.jpg
 
Top