BillyRayPreachersSon
Programmer
Hi...
I'm not sure if this is the right forum (is AWK related to AWK Script?)...
We currently use CVS for our version control, and are looking to migrate to PVCS.
In CVS, our "author" field is numerical, normally 6 digits (for example, 865978, 832703, etc).
It appears that the CVS -> PVCS conversion script we are using (written in AWK Script) fell over on that, seemingly unable to handle the fact that what it was expecting (alphanumeric) was numeric only.
Does anyone have any idea about converting a number to a string in AWK Script? We don't need to do any special processing... Just get the string representation of a number.
I have 0 idea about AWK Script, so don't even know if it a typed or untyped language.
Thanks in advance for any help!
Dan
I'm not sure if this is the right forum (is AWK related to AWK Script?)...
We currently use CVS for our version control, and are looking to migrate to PVCS.
In CVS, our "author" field is numerical, normally 6 digits (for example, 865978, 832703, etc).
It appears that the CVS -> PVCS conversion script we are using (written in AWK Script) fell over on that, seemingly unable to handle the fact that what it was expecting (alphanumeric) was numeric only.
Does anyone have any idea about converting a number to a string in AWK Script? We don't need to do any special processing... Just get the string representation of a number.
I have 0 idea about AWK Script, so don't even know if it a typed or untyped language.
Thanks in advance for any help!
Dan