Jump to content

variable symbolology


apostolakisl

Recommended Posts

At least in the drop down list so when you are writing programs you don't have to check a cheat sheet. But it would be just fine to have it actually show in the program.

 

For example

 

If
  - No Conditions - (To add one, press 'Schedule' or 'Condition')

Then
       $iOdd.Even.Day  = $iDay.of.Month
       $iOdd.Even.Day %= 2
       $iOdd.Even.Day Init To $iOdd.Even.Day

Else
  - No Actions - (To add one, press 'Action')


 

Could instead be

  

If
  - No Conditions - (To add one, press 'Schedule' or 'Condition')

Then
       $iOdd.Even.Day  = $iDay.of.Month
       $iOdd.Even.Day =remainder/ 2
       $iOdd.Even.Day Init To $iOdd.Even.Day

Else
  - No Actions - (To add one, press 'Action')

Link to comment

Archived

This topic is now archived and is closed to further replies.


×
×
  • Create New...