![]() |
<< Index >> |
FutureBasic 5 |
| ButtonTextString$ | function | |
|
|
||
pString$ = fn ButtonTextString$( btnNum )appearance button 1,,,,,,(10,10)-(200,200), _kControlEditTextProc// put text into edit field button
def SetButtonTextString( 1, "Hello" )// extract text from edit field button
pString$ = fn ButtonTextString$(1)
// pString$ now equals "Hello"