
szBuffer=512
buffer: rb szBuffer
text: ub 'hi, my name is InputBoxA',13,10,'fill smth in ...',13,10,0 ; &&  .:
memcopy buffer text ($-text) ;(text.-text)
InputBoxA buffer szBuffer
MessageBoxA buffer buffer 0
