Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[question] If counter 0
#1
Macro Macro17
Code:
Copy      Help
int row
str outTitle = "TitleTEST"
ExcelSheet  Excel_Title.Init("")
,,,Excel_Title.Activate
,,,Excel_Title.GetRangeInfo("<sel>" 0 row)
,,,Excel_Title.SelectCell(1 row+1)
str mSubject=Excel_Title.Cell("<sel>" 0 row)

int number = 10

if (!empty(mSubject))
,out outTitle

1. for example : input "int number=10"
2. output: "outTitle" instruction works -> -1(int number)
3. finally counter : "0"
4. "outTitle" instruction dosen't work

This command works as long as possible the number counter?
What should I do if possible?


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)