Search results

  1. K

    Excel row and column count

    Create an Array variable and give your excel as input to it.And the use "Array row" and "Array column" system variables to get total no of rows and columns.
  2. K

    Finding the given number is prime or not

    Hi Sridhar, In your case,if 10 is input value,after loop "$vPrimeCount$" value will be "4"(as its divisible by 1,2,5,10 as you said).So it goes to ELSE Condition under IF and will give a msg box saying "10 is NOT PRIME".
  3. K

    Solved Identifying the Alpha, Numeric and both by reading from an excel sheet

    1.Get cell value from Excel 2. Use "Find" command Under "String Operation".Give Regular expression for Alpha or Numeric or what ever format you need in "Find String" and Source in "Source String" field. 3.If the Output Value is >0,Specified pattern in present in Source String,based on...
  4. K

    What is the difference between Active users and registered clients in AA?

    Active users-Total number of Users registered in Control Room under User Management+admins Registered Clients-Client machines registered with your Control Room
Top