Navigation:  Reference > Functions >

AskResponse()

Print this Topic Previous pageReturn to chapter overviewNext page

 

ASK()

 

PURPOSE

This function returns the logical value of what the user entered for the last ASK command entry.

 

NO OTHER PARTS

 

RETURN TYPE - L

If the user answered the last ASK command question yes this function will return .TRUE.; otherwise it will return .FALSE.

See also ASK

EXAMPLE

ask 'What is the Answer ?'

if ask()

  msg 'They Clicked Yes!!!'

else

  msg 'They Clicked No ??'

endif

 


Page url: http://www.cassoftware.com/tas/manual/ask().htm