Setting variable and reading data from excel files - Forum

Forum Navigation
You need to log in to create posts and topics.

Setting variable and reading data from excel files

Hi,

I have two question:

  1. I want to store "2020/2" to a variable. I use the following code: SetVar "[a]" "2020/5". But the software divide 2020 by 5 and store the result to variable "a". Does it possible to store "2020/5" in a variable?
  2. Does it possible to read data from an excel file?

Use: SetVar "[a]" "!2020/5"

An exclamation mark in front avoid evaluation of the string.

For excel might be a plugin or you may use csv-export from excel.

Regards

saeid has reacted to this post.
saeid

Thanks