News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

a array problem

Started by nadie, November 18, 2005, 04:51:44 PM

Previous topic - Next topic

nadie

hello, i'm trying to print a the content of array, the array is not numeric, and i only introduce char by the keyboard, but it only prints numbers.

this is the first step to send arrays from a computer to another, using nicĀ“s.

thanks :eek

[attachment deleted by admin]

zooba

A sample of the output you're getting and the expected output would be helpful.

I'm not completely familiar with all the macros you're using, particularly str$(), but you may want to make sure you're not printing out the addresses of the strings, rather than the strings themselves.