APLX Help : Help on APL language : System Functions & Variables : ⎕WSELF Callback object
|
|
|
|
|
Just before your callback is called, the niladic system function ∇LimitHit;max;msg
[1] ⍝ Put up alert if limit reached in Edit field
[2] max←⎕WSELF ⎕WI 'Limit'
[3] msg←'The maximum number of characters',⎕R
[4] msg←msg,'you can enter in this field is ',⍕max
[5] ALERT msg
∇
The value returned by |
|
APLX Help : Help on APL language : System Functions & Variables : ⎕WSELF Callback object
|
|
Copyright © 1996-2010 MicroAPL Ltd