The MASM Forum Archive 2004 to 2012

General Forums => The Campus => Topic started by: nadie on November 18, 2005, 04:51:44 PM

Title: a array problem
Post by: nadie on November 18, 2005, 04:51:44 PM
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]
Title: Re: a array problem
Post by: zooba on November 19, 2005, 08:45:30 AM
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.