I just am not getting the hang of these data types.

classic Classic list List threaded Threaded
6 messages Options
Reply | Threaded
Open this post in threaded view
|

I just am not getting the hang of these data types.

kenner

And I think someone on this list can make sense of it for me. Happy Holidays.

 

 


_______________________________________________
Ibm-netrexx mailing list
[hidden email]
Online Archive : http://ibm-netrexx.215625.n3.nabble.com/

Reply | Threaded
Open this post in threaded view
|

Re: I just am not getting the hang of these data types.

Kermit Kiser
Although the definition does not show in the code segment you shared, the error messages imply that you defined a variable named "theWord" as a two dimensional array somewhere and then attempted to put a value in it without providing the array indexes.


On 12/21/2012 8:14 AM, Kenneth Klein (TEMA TPC) wrote:

And I think someone on this list can make sense of it for me. Happy Holidays.

 

 



_______________________________________________
Ibm-netrexx mailing list
[hidden email]
Online Archive : http://ibm-netrexx.215625.n3.nabble.com/



_______________________________________________
Ibm-netrexx mailing list
[hidden email]
Online Archive : http://ibm-netrexx.215625.n3.nabble.com/

Reply | Threaded
Open this post in threaded view
|

Re: I just am not getting the hang of these data types.

Kermit Kiser
In reply to this post by kenner
Although the definition does not show in the code segment you shared, the error messages imply that you defined a variable named "theWord" as a two dimensional array somewhere and then attempted to put a value in it without providing the array indexes.

-- Kermit

PS: Moderator - please delete previous oversize reply without approving as I cannot currently reach the site.


On 12/21/2012 8:14 AM, Kenneth Klein (TEMA TPC) wrote:

And I think someone on this list can make sense of it for me. Happy Holidays.

 


_______________________________________________
Ibm-netrexx mailing list
[hidden email]
Online Archive : http://ibm-netrexx.215625.n3.nabble.com/

Reply | Threaded
Open this post in threaded view
|

Re: I just am not getting the hang of these data types.

Tom Maynard
In reply to this post by Kermit Kiser
On 21/12/12 16:57, Kermit Kiser wrote:
the error messages imply that you defined a variable named "theWord" as a two dimensional array somewhere and then attempted to put a value in it without providing the array indexes.

The errors you report are



And the significant bit is the inability to convert Rexx[,] to Rexx, or array to scalar, as Kermit points out.  The salient punctuation is rather lost among the wordy datatype names.


_______________________________________________
Ibm-netrexx mailing list
[hidden email]
Online Archive : http://ibm-netrexx.215625.n3.nabble.com/

Reply | Threaded
Open this post in threaded view
|

Re: I just am not getting the hang of these data types.

Ian T Stirling
Administrator
In reply to this post by Kermit Kiser
Apologies, I had already approved it before reading your second post

Ian
Reply | Threaded
Open this post in threaded view
|

Re: I just am not getting the hang of these data types.

rvjansen
Yes sorry about that, sometimes I forget the right address to post from.

Best regards,

René

On 22 dec. 2012, at 11:47, Ian T Stirling <[hidden email]> wrote:

> Apologies, I had already approved it before reading your second post
>
> Ian
>
>
>
> --
> View this message in context: http://ibm-netrexx.215625.n3.nabble.com/I-just-am-not-getting-the-hang-of-these-data-types-tp4026210p4026214.html
> Sent from the ibm-netrexx mailing list archive at Nabble.com.
>
> _______________________________________________
> Ibm-netrexx mailing list
> [hidden email]
> Online Archive : http://ibm-netrexx.215625.n3.nabble.com/
>

_______________________________________________
Ibm-netrexx mailing list
[hidden email]
Online Archive : http://ibm-netrexx.215625.n3.nabble.com/