Hello Guest it is April 19, 2024, 06:50:22 AM

Author Topic: select case  (Read 2547 times)

0 Members and 1 Guest are viewing this topic.

Offline Bill_O

*
  •  563 563
    • View Profile
select case
« on: June 03, 2010, 05:21:02 PM »
I am writing a macro and wanted to know if while using select case I can use strings instead of numbers?
Bill
Re: select case
« Reply #1 on: August 24, 2010, 04:59:49 PM »
wooow!

"if", "while", "select" and "case" in same sentence!! Looks like a script! =D

- You CAN'T use STRINGS with select case.
- You CAN use only INTEGER or CHAR with select case.

Why you need use strings on select case?? Normally char its more useful.

Offline stirling

*
  • *
  •  2,188 2,188
  • UK
    • View Profile
    • www.razordance.co.uk
Re: select case
« Reply #2 on: September 02, 2010, 05:33:45 AM »
wooow!

"if", "while", "select" and "case" in same sentence!! Looks like a script! =D
Nice one  ;D

However, sorry but you CAN use strings in a select case - not very well explained in the Cypress UG but...